tor-browser

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

css-conditional-5.idl (505B)


      1 // GENERATED CONTENT - DO NOT EDIT
      2 // Content was automatically extracted by Reffy into webref
      3 // (https://github.com/w3c/webref)
      4 // Source: CSS Conditional Rules Module Level 5 (https://drafts.csswg.org/css-conditional-5/)
      5 
      6 [Exposed=Window]
      7 interface CSSContainerRule : CSSConditionRule {
      8  readonly attribute CSSOMString containerName;
      9  readonly attribute CSSOMString containerQuery;
     10 };
     11 
     12 [Exposed=Window]
     13 interface CSSSupportsConditionRule : CSSGroupingRule {
     14  readonly attribute CSSOMString name;
     15 };