webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
CSSImportRule Interface Reference

import"CSSImportRule.idl";

Inheritance diagram for CSSImportRule:
CSSRule

Public Attributes

readonly attribute DOMString href
 
readonly attribute MediaList media
 
readonly attribute CSSStyleSheet styleSheet
 
- Public Attributes inherited from CSSRule
const unsigned short UNKNOWN_RULE = 0
 
const unsigned short STYLE_RULE = 1
 
const unsigned short CHARSET_RULE = 2
 
const unsigned short IMPORT_RULE = 3
 
const unsigned short MEDIA_RULE = 4
 
const unsigned short FONT_FACE_RULE = 5
 
const unsigned short PAGE_RULE = 6
 
const unsigned short KEYFRAMES_RULE = 7
 
const unsigned short KEYFRAME_RULE = 8
 
const unsigned short NAMESPACE_RULE = 10
 
const unsigned short SUPPORTS_RULE = 12
 
const unsigned short WEBKIT_VIEWPORT_RULE = 15
 
const unsigned short WEBKIT_REGION_RULE = 16
 
const unsigned short WEBKIT_KEYFRAMES_RULE = 7
 
const unsigned short WEBKIT_KEYFRAME_RULE = 8
 
readonly attribute unsigned short type
 
attribute DOMString cssText
 
readonly attribute CSSStyleSheet parentStyleSheet
 
readonly attribute CSSRule parentRule
 

Member Data Documentation

◆ href

readonly attribute DOMString CSSImportRule::href

◆ media

readonly attribute MediaList CSSImportRule::media

◆ styleSheet

readonly attribute CSSStyleSheet CSSImportRule::styleSheet

The documentation for this interface was generated from the following file: