Element |
Tag |
Super |
Flags |
css
|
css |
|
|
Description
The root element
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
resource |
resources |
one-to-many |
|
|
|
rule |
rules |
one-to-many |
|
|
|
comment |
comments |
one-to-many |
|
|
|
Element |
Tag |
Super |
Flags |
resource
|
resource |
|
|
Description
A known resource (a fragment of a stylesheet), stored in a repository,
that must be included in the generated artifact.
Element |
Tag |
Super |
Flags |
rule
|
rule |
|
is-abstract |
Description
The base abstract rule.
It has a child relation (one-to-many) with itself so one
can declare a tree with unlimited deep.
Attributes
Name |
Tag |
Type |
Default |
Inherited |
Flags |
Description |
_webkit__ |
-webkit-* |
string |
string |
|
|
|
_ms__ |
-ms-* |
string |
string |
|
|
|
_o__ |
-o-* |
string |
string |
|
|
|
_moz__ |
-moz-* |
string |
string |
|
|
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
otherRuleSelector |
otherRuleSelectors |
one-to-many |
|
|
|
property |
properties |
one-to-many |
|
|
|
rule |
rules |
one-to-many |
|
|
|
Methods
Signature |
Statements |
wzInitialize
|
set this.ruleParts = this.getAscendingRuleParts();
|
getAscendingRuleParts
|
if typeof this.wzName === 'string' && this.wzName.length > 0;
else ;
|
Element |
Tag |
Super |
Flags |
elementRule
|
< |
rule |
|
Description
The element rule
The wzName contain the selector(s)
Attributes
Name |
Tag |
Type |
Default |
Inherited |
Flags |
Description |
_webkit__ |
-webkit-* |
string |
string |
rule |
|
|
_ms__ |
-ms-* |
string |
string |
rule |
|
|
_o__ |
-o-* |
string |
string |
rule |
|
|
_moz__ |
-moz-* |
string |
string |
rule |
|
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
otherRuleSelector |
otherRuleSelectors |
one-to-many |
rule |
|
|
property |
properties |
one-to-many |
rule |
|
|
rule |
rules |
one-to-many |
rule |
|
|
Element |
Tag |
Super |
Flags |
classRule
|
. |
rule |
|
Description
The class rule
The wzName contain the selector(s)
Attributes
Name |
Tag |
Type |
Default |
Inherited |
Flags |
Description |
_webkit__ |
-webkit-* |
string |
string |
rule |
|
|
_ms__ |
-ms-* |
string |
string |
rule |
|
|
_o__ |
-o-* |
string |
string |
rule |
|
|
_moz__ |
-moz-* |
string |
string |
rule |
|
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
otherRuleSelector |
otherRuleSelectors |
one-to-many |
rule |
|
|
property |
properties |
one-to-many |
rule |
|
|
rule |
rules |
one-to-many |
rule |
|
|
Element |
Tag |
Super |
Flags |
idRule
|
# |
rule |
|
Description
The id rule
The wzName contain the selector(s)
Attributes
Name |
Tag |
Type |
Default |
Inherited |
Flags |
Description |
_webkit__ |
-webkit-* |
string |
string |
rule |
|
|
_ms__ |
-ms-* |
string |
string |
rule |
|
|
_o__ |
-o-* |
string |
string |
rule |
|
|
_moz__ |
-moz-* |
string |
string |
rule |
|
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
otherRuleSelector |
otherRuleSelectors |
one-to-many |
rule |
|
|
property |
properties |
one-to-many |
rule |
|
|
rule |
rules |
one-to-many |
rule |
|
|
Element |
Tag |
Super |
Flags |
otherRuleSelector
|
+ |
|
|
Description
The wzName contains other selector(s) to add to those of the parent rule
In case of a rule with many selectors allow the declaration on many nodes
Example
< td
+ span
+ li
+ ...
for: td, span, li, ...
Element |
Tag |
Super |
Flags |
property
|
@ |
|
|
Description
A generic rule property.
You should find a proper schema element that extends this one for every valid css3 property.
In any case this element is not abstract and can be used for eventual missing properties.
In this case must contain a name-value pair separated by a blank: name is
the property name and value is the property value.
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
|
|
Nested property
|
Element |
Tag |
Super |
Flags |
align_content
|
align-content |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
align_items
|
align-items |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
align_self
|
align-self |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
animation
|
animation |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
animation_delay
|
animation-delay |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
animation_direction
|
animation-direction |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
animation_duration
|
animation-duration |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
animation_fill_mode
|
animation-fill-mode |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
animation_iteration_count
|
animation-iteration-count |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
animation_name
|
animation-name |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
animation_play_state
|
animation-play-state |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
animation_timing_function
|
animation-timing-function |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
appearance
|
appearance |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
azimuth
|
azimuth |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
background_attachment
|
background-attachment |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
background_color
|
background-color |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
background_image
|
background-image |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
background_position
|
background-position |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
background_repeat
|
background-repeat |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
background_blend_mode
|
background-blend-mode |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
background_clip
|
background-clip |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
background_origin
|
background-origin |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
background_size
|
background-size |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
background
|
background |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
backface_visibility
|
backface-visibility |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
border_collapse
|
border-collapse |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
border_color
|
border-color |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
border_spacing
|
border-spacing |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
border_style
|
border-style |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
border_top
|
border-top |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
border_right
|
border-right |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
border_bottom
|
border-bottom |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
border_left
|
border-left |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
border_top_color
|
border-top-color |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
border_right_color
|
border-right-color |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
border_bottom_color
|
border-bottom-color |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
border_left_color
|
border-left-color |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
border_top_style
|
border-top-style |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
border_right_style
|
border-right-style |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
border_bottom_style
|
border-bottom-style |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
border_left_style
|
border-left-style |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
border_top_width
|
border-top-width |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
border_right_width
|
border-right-width |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
border_bottom_width
|
border-bottom-width |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
border_left_width
|
border-left-width |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
border_width
|
border-width |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
border
|
border |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
border_radius
|
border-radius |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
border_top_left_radius
|
border-top-left-radius |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
border_top_right_radius
|
border-top-right-radius |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
border_bottom_left_radius
|
border-bottom-left-radius |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
border_bottom_right_radius
|
border-bottom-right-radius |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
border_image
|
border-image |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
border_image_outset
|
border-image-outset |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
border_image_repeat
|
border-image-repeat |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
border_image_source
|
border-image-source |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
border_image_slice
|
border-image-slice |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
border_image_width
|
border-image-width |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
bottom
|
bottom |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
box_sizing
|
box-sizing |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
box_decoration_break
|
box-decoration-break |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
box_shadow
|
box-shadow |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
break_after
|
break-after |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
break_before
|
break-before |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
break_inside
|
break-inside |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
caption_side
|
caption-side |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
clear
|
clear |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
clip
|
clip |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
color
|
color |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
columns
|
columns |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
column_count
|
column-count |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
column_fill
|
column-fill |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
column_gap
|
column-gap |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
column_rule
|
column-rule |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
column_rule_color
|
column-rule-color |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
column_rule_style
|
column-rule-style |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
column_rule_width
|
column-rule-width |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
column_span
|
column-span |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
column_width
|
column-width |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
content
|
content |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
counter_increment
|
counter-increment |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
counter_reset
|
counter-reset |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
cue_after
|
cue-after |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
cue_before
|
cue-before |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
cue
|
cue |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
cursor
|
cursor |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
direction
|
direction |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
display
|
display |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
elevation
|
elevation |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
empty_cells
|
empty-cells |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
filter
|
filter |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
flex
|
flex |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
flex_basis
|
flex-basis |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
flex_direction
|
flex-direction |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
flex_flow
|
flex-flow |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
flex_grow
|
flex-grow |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
flex_shrink
|
flex-shrink |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
flex_wrap
|
flex-wrap |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
xfloat
|
float |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
font_family
|
font-family |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
font_size
|
font-size |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
font_style
|
font-style |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
font_variant
|
font-variant |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
font_weight
|
font-weight |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
font
|
font |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
hanging_punctuation
|
hanging-punctuation |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
height
|
height |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
hyphens
|
hyphens |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
isolation
|
isolation |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
justify_content
|
justify-content |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
left
|
left |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
letter_spacing
|
letter-spacing |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
line_break
|
line-break |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
line_height
|
line-height |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
list_style_image
|
list-style-image |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
list_style_position
|
list-style-position |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
list_style_type
|
list-style-type |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
list_style
|
list-style |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
margin_right
|
margin-right |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
margin_top
|
margin-top |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
margin_bottom
|
margin-bottom |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
margin_left
|
margin-left |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
margin
|
margin |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
max_height
|
max-height |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
max_width
|
max-width |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
min_height
|
min-height |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
min_width
|
min-width |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
mix_blend_mode
|
mix-blend-mode |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
nav_up
|
nav-up |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
nav_down
|
nav-down |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
nav_left
|
nav-left |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
nav_right
|
nav-right |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
opacity
|
opacity |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
order
|
order |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
orphans
|
orphans |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
outline_color
|
outline-color |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
outline_style
|
outline-style |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
outline_width
|
outline-width |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
outline_offset
|
outline-offset |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
outline
|
outline |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
overflow
|
overflow |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
overflow_wrap
|
overflow-wrap |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
overflow_x
|
overflow-x |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
overflow_y
|
overflow-y |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
padding_top
|
padding-top |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
padding_right
|
padding-right |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
padding_bottom
|
padding-bottom |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
padding_left
|
padding-left |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
padding
|
padding |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
page_break_after
|
page-break-after |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
page_break_before
|
page-break-before |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
page_break_inside
|
page-break-inside |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
pause_after
|
pause-after |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
pause_before
|
pause-before |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
pause
|
pause |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
perspective
|
perspective |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
perspective_origin
|
perspective-origin |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
pitch_range
|
pitch-range |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
pitch
|
pitch |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
play_during
|
play-during |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
pointer_events
|
pointer-events |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
position
|
position |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
quotes
|
quotes |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
resize
|
resize |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
richness
|
richness |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
right
|
right |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
speak_numeral
|
speak-numeral |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
speak_punctuation
|
speak-punctuation |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
speak
|
speak |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
speech_rate
|
speech-rate |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
stress
|
stress |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
tab_size
|
tab-size |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
table_layout
|
table-layout |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
target_name
|
target-name |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
target_new
|
target-new |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
target_position
|
target-position |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
text_align
|
text-align |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
text_align_last
|
text-align-last |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
text_decoration
|
text-decoration |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
text_decoration_line
|
text-decoration-line |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
text_decoration_style
|
text-decoration-style |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
text_decoration_color
|
text-decoration-color |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
text_decoration_skip
|
text-decoration-skip |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
text_indent
|
text-indent |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
text_overflow
|
text-overflow |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
text_shadow
|
text-shadow |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
text_transform
|
text-transform |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
text_underline_position
|
text-underline-position |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
touch_action
|
touch-action |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
transition
|
transition |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
transition_delay
|
transition-delay |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
transition_duration
|
transition-duration |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
transition_property
|
transition-property |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
transition_timing_function
|
transition-timing-function |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
top
|
top |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
unicode_bidi
|
unicode-bidi |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
user_select
|
user-select |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
vertical_align
|
vertical-align |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
visibility
|
visibility |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
voice_family
|
voice-family |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
volume
|
volume |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
white_space
|
white-space |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
widows
|
widows |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
width
|
width |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
word_break
|
word-break |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
word_spacing
|
word-spacing |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
word_wrap
|
word-wrap |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
z_index
|
z-index |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Element |
Tag |
Super |
Flags |
zoom
|
zoom |
property |
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
property |
properties |
one-to-many |
property |
|
Nested property
|
Attributes
Name |
Tag |
Type |
Default |
Inherited |
Flags |
Description |
_webkit__ |
-webkit-* |
string |
string |
rule |
|
|
_ms__ |
-ms-* |
string |
string |
rule |
|
|
_o__ |
-o-* |
string |
string |
rule |
|
|
_moz__ |
-moz-* |
string |
string |
rule |
|
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
otherRuleSelector |
otherRuleSelectors |
one-to-many |
rule |
|
|
property |
properties |
one-to-many |
rule |
|
|
rule |
rules |
one-to-many |
rule |
|
|
Element |
Tag |
Super |
Flags |
keyframes
|
keyframes |
rule |
|
Attributes
Name |
Tag |
Type |
Default |
Inherited |
Flags |
Description |
vendor |
vendor |
string |
string |
|
|
|
_webkit__ |
-webkit-* |
string |
string |
rule |
|
|
_ms__ |
-ms-* |
string |
string |
rule |
|
|
_o__ |
-o-* |
string |
string |
rule |
|
|
_moz__ |
-moz-* |
string |
string |
rule |
|
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
otherRuleSelector |
otherRuleSelectors |
one-to-many |
rule |
|
|
property |
properties |
one-to-many |
rule |
|
|
rule |
rules |
one-to-many |
rule |
|
|
Element |
Tag |
Super |
Flags |
keyframe
|
keyframe |
rule |
|
Attributes
Name |
Tag |
Type |
Default |
Inherited |
Flags |
Description |
from |
from |
string |
string |
|
|
|
to |
to |
string |
string |
|
|
|
_ |
% |
string |
string |
|
|
|
_webkit__ |
-webkit-* |
string |
string |
rule |
|
|
_ms__ |
-ms-* |
string |
string |
rule |
|
|
_o__ |
-o-* |
string |
string |
rule |
|
|
_moz__ |
-moz-* |
string |
string |
rule |
|
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
otherRuleSelector |
otherRuleSelectors |
one-to-many |
rule |
|
|
property |
properties |
one-to-many |
rule |
|
|
rule |
rules |
one-to-many |
rule |
|
|
Element |
Tag |
Super |
Flags |
fontface
|
font-face |
rule |
|
Attributes
Name |
Tag |
Type |
Default |
Inherited |
Flags |
Description |
font_family |
font-family |
string |
string |
|
|
|
src |
src |
string |
string |
|
|
|
font_stretch |
font-stretch |
string |
string |
|
|
|
font_style |
font-style |
string |
string |
|
|
|
font_weight |
font-weight |
string |
string |
|
|
|
unicode_range |
unicode-range |
string |
string |
|
|
|
_webkit__ |
-webkit-* |
string |
string |
rule |
|
|
_ms__ |
-ms-* |
string |
string |
rule |
|
|
_o__ |
-o-* |
string |
string |
rule |
|
|
_moz__ |
-moz-* |
string |
string |
rule |
|
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
otherRuleSelector |
otherRuleSelectors |
one-to-many |
rule |
|
|
property |
properties |
one-to-many |
rule |
|
|
rule |
rules |
one-to-many |
rule |
|
|
Element |
Tag |
Super |
Flags |
ximport
|
import |
rule |
|
Attributes
Name |
Tag |
Type |
Default |
Inherited |
Flags |
Description |
_webkit__ |
-webkit-* |
string |
string |
rule |
|
|
_ms__ |
-ms-* |
string |
string |
rule |
|
|
_o__ |
-o-* |
string |
string |
rule |
|
|
_moz__ |
-moz-* |
string |
string |
rule |
|
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
otherRuleSelector |
otherRuleSelectors |
one-to-many |
rule |
|
|
property |
properties |
one-to-many |
rule |
|
|
rule |
rules |
one-to-many |
rule |
|
|
Element |
Tag |
Super |
Flags |
include
|
include |
rule |
|
Attributes
Name |
Tag |
Type |
Default |
Inherited |
Flags |
Description |
_webkit__ |
-webkit-* |
string |
string |
rule |
|
|
_ms__ |
-ms-* |
string |
string |
rule |
|
|
_o__ |
-o-* |
string |
string |
rule |
|
|
_moz__ |
-moz-* |
string |
string |
rule |
|
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
otherRuleSelector |
otherRuleSelectors |
one-to-many |
rule |
|
|
property |
properties |
one-to-many |
rule |
|
|
rule |
rules |
one-to-many |
rule |
|
|
Description
The wzName is the comment text.
Attributes
Name |
Tag |
Type |
Default |
Inherited |
Flags |
Description |
_webkit__ |
-webkit-* |
string |
string |
rule |
|
|
_ms__ |
-ms-* |
string |
string |
rule |
|
|
_o__ |
-o-* |
string |
string |
rule |
|
|
_moz__ |
-moz-* |
string |
string |
rule |
|
|
Relations
Name |
Role |
Cardinality |
Inherited |
Flags |
Description |
otherRuleSelector |
otherRuleSelectors |
one-to-many |
rule |
|
|
property |
properties |
one-to-many |
rule |
|
|
rule |
rules |
one-to-many |
rule |
|
|