mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-06-27 19:51:03 +00:00
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;
|
||
|
|
};
|