tor-browser

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

css-cascade-6.idl (372B)


      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 6 (https://drafts.csswg.org/css-cascade-6/)
      5 
      6 [Exposed=Window]
      7 interface CSSScopeRule : CSSGroupingRule {
      8  readonly attribute CSSOMString? start;
      9  readonly attribute CSSOMString? end;
     10 };