[css-cascade-6] What is the desired shape of CSSScopeRule? (original) (raw)

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: