7 lines
217 B
Text
7 lines
217 B
Text
|
|
// https://drafts.csswg.org/css-cascade-6/#the-cssscoperule-interface
|
||
|
|
[Exposed=Window]
|
||
|
|
interface CSSScopeRule : CSSGroupingRule {
|
||
|
|
readonly attribute CSSOMString? start;
|
||
|
|
readonly attribute CSSOMString? end;
|
||
|
|
};
|