webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"CSSKeyframesRule.idl";
Public Member Functions | |
void | insertRule (DOMString rule) |
void | appendRule (DOMString rule) |
void | deleteRule (DOMString key) |
CSSKeyframeRule | findRule (DOMString key) |
getter | CSSKeyframeRule (unsigned long index) |
Public Attributes | |
attribute DOMString | name |
readonly attribute CSSRuleList | cssRules |
![]() | |
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 |
void CSSKeyframesRule::appendRule | ( | DOMString | rule | ) |
getter CSSKeyframesRule::CSSKeyframeRule | ( | unsigned long | index | ) |
void CSSKeyframesRule::deleteRule | ( | DOMString | key | ) |
CSSKeyframeRule CSSKeyframesRule::findRule | ( | DOMString | key | ) |
void CSSKeyframesRule::insertRule | ( | DOMString | rule | ) |
readonly attribute CSSRuleList CSSKeyframesRule::cssRules |
attribute DOMString CSSKeyframesRule::name |