-
Field Summary
Fields inherited from interface io.sf.carte.doc.style.css.CSSRule
COUNTER_STYLE_RULE, CUSTOM_MEDIA_RULE, DOCUMENT_RULE, FONT_FACE_RULE, FONT_FEATURE_VALUES_RULE, IMPORT_RULE, KEYFRAME_RULE, KEYFRAMES_RULE, MARGIN_RULE, MEDIA_RULE, NAMESPACE_RULE, PAGE_RULE, PROPERTY_RULE, REGION_STYLE_RULE, STYLE_RULE, SUPPORTS_RULE, UNKNOWN_RULE, VIEWPORT_RULE
-
Method Summary
The initial value associated with the @property
rule.
Gets the custom property name.
The syntax associated with the @property
rule.
boolean
Whether the property inherits or not.
-
Method Details
-
-
inherits
boolean inherits()
Whether the property inherits or not.
- Specified by:
inherits
in interface CSSPropertyDefinition
- Returns:
true
if the property inherits.
-
getInitialValue
The initial value associated with the @property
rule.
- Specified by:
getInitialValue
in interface CSSPropertyDefinition
- Returns:
- the initial value, or
null
if none was specified.
-
getSyntax
The syntax associated with the @property
rule.
- Specified by:
getSyntax
in interface CSSPropertyDefinition
- Returns:
- the syntax, or
null
if invalid.