diff --git a/source b/source index 142c43dfb1f..3f0c0c889a8 100644 --- a/source +++ b/source @@ -3238,12 +3238,14 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
  • The child concept
  • The root and shadow-including root concepts
  • The inclusive ancestor, + ancestor, descendant, shadow-including ancestor, shadow-including descendant, shadow-including inclusive descendant, and shadow-including inclusive ancestor concepts
  • The first child, + last child, next sibling, previous sibling, and parent concepts
  • @@ -3366,6 +3368,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute +

    The following features are defined in CSS Forms: + CSSFORMS

    + + +

    The following features are defined in CSS Grid Layout: CSSGRID

    +
    select element inner content elements
    + +

    select element inner content elements are the elements which are + allowed as descendants of select elements.

    + +

    The following are select element inner content elements:

    + + + +
    optgroup element inner content elements
    + +

    optgroup element inner content elements are the elements which are + allowed as descendants of optgroup elements.

    + +

    The following are optgroup element inner content elements:

    + + + +
    option element inner content elements
    + +

    option element inner content elements are the elements which are + allowed as descendants of option elements.

    + +

    The following are option element inner content elements:

    + + + +

    The following are excluded from option element inner content + elements:

    + + + + + +
    Transparent content models
    @@ -14617,11 +14700,11 @@ interface DOMStringMap {