tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

css-cascade.idl (457B)


      1 // GENERATED CONTENT - DO NOT EDIT
      2 // Content was automatically extracted by Reffy into webref
      3 // (https://github.com/w3c/webref)
      4 // Source: CSS Cascading and Inheritance Module Level 5 (https://drafts.csswg.org/css-cascade-5/)
      5 
      6 [Exposed=Window]
      7 interface CSSLayerBlockRule : CSSGroupingRule {
      8  readonly attribute CSSOMString name;
      9 };
     10 
     11 [Exposed=Window]
     12 interface CSSLayerStatementRule : CSSRule {
     13  readonly attribute FrozenArray<CSSOMString> nameList;
     14 };