tor-browser

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

css-color-5.idl (445B)


      1 // GENERATED CONTENT - DO NOT EDIT
      2 // Content was automatically extracted by Reffy into webref
      3 // (https://github.com/w3c/webref)
      4 // Source: CSS Color Module Level 5 (https://drafts.csswg.org/css-color-5/)
      5 
      6 [Exposed=Window]
      7 interface CSSColorProfileRule : CSSRule {
      8  readonly attribute CSSOMString name ;
      9  readonly attribute CSSOMString src ;
     10  readonly attribute CSSOMString renderingIntent ;
     11  readonly attribute CSSOMString components ;
     12 };