| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
util.Base --+
|
util.Base2 --+
|
cssrule.CSSRule --+
|
CSSFontFaceRule
The CSSFontFaceRule interface represents a @font-face rule in a CSS style sheet. The @font-face rule is used to hold a set of font descriptions.
Inherits properties from CSSRule
font_face
: FONT_FACE_SYM S*
'{' S* declaration [ ';' S* declaration ]* '}' S*
;
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
type = 5The type of this rule, as defined by a CSSRule type constant. |
|||
wellformed = TrueREADONLY |
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
cssText (DOM) The parsable textual representation of the rule. |
|||
|
style (DOM) The declaration-block of this rule set. |
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
if readonly allows setting of properties in constructor only
|
DOMException on setting
|
repr(x)
|
str(x)
|
|
|||
cssText(DOM) The parsable textual representation of the rule.
|
style(DOM) The declaration-block of this rule set. |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Feb 22 19:22:52 2008 | http://epydoc.sourceforge.net |