Mac OS X Reference Library Apple Developer
Search

CSSRule

Module:
css
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Member Data

CHARSET_RULE
cssText
FONT_FACE_RULE
IMPORT_RULE
MEDIA_RULE
PAGE_RULE
parentRule
parentStyleSheet
STYLE_RULE
type
UNKNOWN_RULE
VARIABLES_RULE
WEBKIT_KEYFRAME_RULE
WEBKIT_KEYFRAMES_RULE

CHARSET_RULE



const unsigned short CHARSET_RULE = 2; 

cssText



attribute DOMString cssText setter raises (DOMException); 

FONT_FACE_RULE



const unsigned short FONT_FACE_RULE = 5; 

IMPORT_RULE



const unsigned short IMPORT_RULE = 3; 

MEDIA_RULE



const unsigned short MEDIA_RULE = 4; 

PAGE_RULE



const unsigned short PAGE_RULE = 6; 

parentRule



readonly attribute CSSRule parentRule; 

parentStyleSheet



readonly attribute CSSStyleSheet parentStyleSheet; 

STYLE_RULE



const unsigned short STYLE_RULE = 1; 

type



readonly attribute unsigned short type; 

UNKNOWN_RULE



const unsigned short UNKNOWN_RULE = 0; 

VARIABLES_RULE



const unsigned short VARIABLES_RULE = 7; 

WEBKIT_KEYFRAME_RULE



const unsigned short WEBKIT_KEYFRAME_RULE = 9; 

WEBKIT_KEYFRAMES_RULE



const unsigned short WEBKIT_KEYFRAMES_RULE = 8; 

 

Did this document help you? Yes It's good, but... Not helpful...

Last Updated: 2010-05-27