[css-cascade-6] What is the desired shape of CSSScopeRule? · Issue #8626 · w3c/csswg-drafts (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

@mirisuzanne

Description

@mirisuzanne

In #8468 @andruud pushed a spec definition for adding CSSScopeRule to CSSOM:

    [Exposed=Window]
    interface CSSScopeRule : CSSGroupingRule {
      readonly attribute CSSOMString start;
      readonly attribute CSSOMString end;
    };

As far as I can tell, this change in the spec never had a resolution attached – so bringing it up here to get that resolution. In conversation with @fantasai, she also raised a few questions about the final shape of this rule: