From 82a3769caaef3f95ad451071575d5e6a74e720ce Mon Sep 17 00:00:00 2001 From: Joey Arhar Date: Mon, 23 Jun 2025 10:38:07 -0700 Subject: [PATCH 1/8] squash and rebase --- source | 1460 +++++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 1069 insertions(+), 391 deletions(-) diff --git a/source b/source index 142c43dfb1f..1d39e4cc493 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 +14702,11 @@ interface DOMStringMap {