This document explains support CSS level2 (CSS2 below) with xfy technology user agent, by checking CSS2 W3C recommendation. Here, "support" means to be considered as "supporting" in normal use, we do not guarantee perfect support.
Explains how xfy technology user agent supports CSS level 2.
This document explains support CSS level2 (CSS2 below) with xfy technology user agent, by checking CSS2 W3C recommendation. Here, "support" means to be considered as "supporting" in normal use, we do not guarantee perfect support.
Lists how xfy technology user agent supports selector.
| Function | Pattern Notation | Support Status |
|---|---|---|
| Universal selector |
*
|
supported |
| Type selector |
E
|
supported |
| Descendant selector |
E F
|
supported |
| Child selector |
E > F
|
supported |
:first-child pseudo class
|
E:first-child
|
non-supported |
| Pseudo class concerning link |
E:link
|
supported |
| Pseudo class concerning link |
E:visited
|
non-supported |
| Dynamic pseudo class |
E:active
|
supported |
| Dynamic pseudo class |
E:hover
|
supported |
| Dynamic pseudo class |
E:focus
|
non-supported |
| Pseudo class concerning language |
E:lang(c)
|
supported |
| Adjacent selector |
E + F
|
supported * However, status may change according to your edit operation. |
| Attribute selector |
E[foo]
|
supported |
| Attribute selector |
E[foo="warning"]
|
supported |
| Attribute selector |
E[foo~="warning"]
|
supported |
| Attribute selector |
E[lang|="en"]
|
supported |
| Class selector |
div.warning
|
supported |
| Unique selector |
E:#myid
|
supported |
:first-line pseudo element
|
div:first-line
|
non-supported |
:first-letter pseudo element
|
div:first-letter
|
non-supported |
:before, :after pseudo element
|
E:before
|
non-supported |
:before, :after pseudo element
|
E:after
|
non-supported |
Because the xfy technology user agent is not equipped with a user style sheet setting, it does not support the most important rule (!important). It supports other @import rule, value inheritance, cascading order, selector specificity, etc.
The xfy technology user agent does not support style sheet concerning media type.
Indicates support style sheet of each function relevant to box model of xfy technology user agent.
xfy technology user agent supports following properties relating to box margin.
margin-top
margin-right
margin-bottom
margin-left
margin
The support status for values of property is as follows:
| value | Support Status |
|---|---|
<length>
|
supported |
<percentage>
|
supported |
auto
|
supported |
xfy technology user agent supports following properties relating to box padding.
padding-top
padding-right
padding-bottom
padding-left
padding
The support status for values of property is as follows:
| value | Support Status |
|---|---|
<length>
|
supported |
<percentage>
|
supported |
xfy technology user agent supports following properties relating to box border width.
border-width-top
border-width-right
border-width-bottom
border-width-left
border-width
The support status for values of property is as follows:
| value | Support Status |
|---|---|
thin
|
supported |
medium
|
supported |
thick
|
supported |
<length>
|
supported |
xfy technology user agent supports following properties relating to box border color.
border-color-top
border-color-right
border-color-bottom
border-color-left
border-color
The support status for values of property is as follows:
| value | Support Status |
|---|---|
<color>
|
supported |
transparent
|
supported |
xfy technology user agent supports following properties relating to box border style.
border-style-top
border-style-right
border-style-bottom
border-style-left
border-style
The support status for values of property is as follows:
| value | Support Status |
|---|---|
none
|
supported |
hidden
|
supported |
dotted
|
supported |
dashed
|
supported |
solid
|
supported |
double
|
supported |
groove
|
supported |
ridge
|
supported |
inset
|
supported |
outset
|
supported |
xfy technology user agent supports following properties relating to box border.
border-top
border-right
border-bottom
border-left
border
For support status for property value, see border width, border color, and border style properties respectively.
Indicates support style sheet of each function relevant to display and alignment of xfy technology user agent.
xfy technology user agent partly supports following property concerning element appearance.
display
The support status for values of property is as follows:
| value | Support Status |
|---|---|
inline
|
supported |
block
|
supported |
list-item
|
non-supported, it is treated as inline.
|
run-in
|
non-supported, it is treated as inline.
|
compact
|
non-supported, it is treated as inline.
|
marker
|
non-supported, it is treated as inline.
|
table
|
supported |
inline-table
|
non-supported, it is treated as inline.
|
table-row-group
|
supported |
table-header-group
|
supported |
table-footer-group
|
supported |
table-row
|
supported |
table-column-group
|
non-supported |
table-column
|
non-supported |
table-cell
|
supported |
table-caption
|
supported |
none
|
supported |
xfy technology user agent supports following properties relating to element alignment.
top
right
bottom
left
The support status for values of property is as follows:
| value | Support Status |
|---|---|
<length>
|
supported |
<percentage>
|
supported |
auto
|
supported |
And, it partly supports properties:
position
The support status for values of property is as follows:
| value | Support Status |
|---|---|
static
|
supported |
relative
|
supported |
absolute
|
supported |
relative
|
non-supported |
xfy technology user agent supports properties concerning element alignment and wrapping. Support status for values for each property is as follows:
float
| value | Support Status |
|---|---|
left
|
supported |
right
|
supported |
none
|
supported |
clear
| value | Support Status |
|---|---|
none
|
supported |
left
|
supported |
right
|
supported |
both
|
supported |
xfy technology user agent supports the following properties concerning stack order.
z-index
The support status for values of property is as follows:
| value | Support Status |
|---|---|
auto
|
supported |
<integer>
|
supported |
The xfy technology user agent does not support the following properties concerning text direction.
direction
unicode-bidi
Indicates support style sheet of each function relevant to detailed display and alignment of xfy technology user agent.
xfy technology user agent supports the following properties concerning content area width.
width
The support status for values of property is as follows:
| value | Support Status |
|---|---|
<length>
|
supported |
<percentage>
|
supported |
auto
|
supported |
And, it does not partly support properties:
max-width
min-width
xfy technology user agent supports the following properties concerning content area height.
height
The support status for values of property is as follows:
| value | Support Status |
|---|---|
<length>
|
supported |
<percentage>
|
supported |
auto
|
supported |
And, it does not partly support properties:
max-height
min-height
xfy technology user agent supports properties concerning row height. Support status for values for each property is as follows:
line-height
| value | Support Status |
|---|---|
normal
|
supported |
<number>
|
supported |
<length>
|
supported |
<percentage>
|
supported |
vertical-align
| value | Support Status |
|---|---|
baseline
|
supported |
sub
|
supported |
super
|
supported |
top
|
supported |
text-top
|
supported |
middle
|
supported |
bottom
|
supported |
text-bottom
|
supported |
<length>
|
supported |
<percentage>
|
supported |
Indicates support style sheet of each function relevant to visual effect of xfy technology user agent.
xfy technology user agent supports following properties relating to overflow.
overflow
The support status for values is as follows:
| value | Support Status |
|---|---|
visible
|
supported |
hidden
|
supported |
scroll
|
supported |
auto
|
supported |
It also does not support the following properties concerning clip.
clip
xfy technology user agent partly supports following property concerning showing/hiding of element content.
visibility
The support status for values of property is as follows:
| value | Support Status |
|---|---|
visible
|
supported |
hidden
|
supported |
collapse
|
non-supported |
The xfy technology user agent only supports the following properties of style sheet relevant to content generation, automatic numbering and list.
list-style-type
The support status for values of property is as follows:
| value | Support Status |
|---|---|
disc
|
supported |
circle
|
supported |
square
|
supported |
decimal
|
supported |
| other than those above | non-supported |
The xfy technology user agent only supports the following properties of style sheet relevant to page media.
page-break-before
page-break-after
The support status for values of property is as follows:
| value | Support Status |
|---|---|
auto
|
supported |
always
|
supported |
| other than those above | non-supported |
Indicates support style sheet of each function relevant to color and background of xfy technology user agent.
xfy technology user agent supports the following properties concerning foreground color.
color
The support status for values of property is as follows:
| value | Support Status |
|---|---|
<color>
|
supported |
xfy technology user agent supports properties concerning background. Support status for values for each property is as follows:
background-color
| value | Support Status |
|---|---|
<color>
|
supported |
transparent
|
supported |
background-image
| value | Support Status |
|---|---|
<url>
|
supported |
none
|
supported |
background-repeat
| value | Support Status |
|---|---|
repeat
|
supported |
repeat-x
|
supported |
repeat-y
|
supported |
no-repeat
|
supported |
background-attachment
| value | Support Status |
|---|---|
scroll
|
supported |
fixed
|
supported |
background-position
| value | Support Status |
|---|---|
<percentage>
|
supported |
<length>
|
supported |
top
|
supported |
center
|
supported |
bottom
|
supported |
left
|
supported |
right
|
supported |
background
background-color, background-image, background-repeat, background-attachment, and background-position properties respectively.
The xfy technology user agent partly supports style sheet relevant to font setting. It does not support style sheet relevant to font selection.
Support status for style sheet of each property relevant to font setting is as follows:
xfy technology user agent support property font-family to specify font family. The support status for values of property is as follows:
| value | Support Status |
|---|---|
<family-name>
|
supported |
<generic-family>
|
supported |
xfy technology user agent partly support property font-style to specify style. The support status for values of property is as follows:
| value | Support Status |
|---|---|
normal
|
supported |
italic
|
supported |
oblique
|
It is treated as italic.
|
xfy technology user agent does not support property font-variant to specify small caps font.
xfy technology user agent partly support property font-weight to specify thickness. The support status for values of property is as follows:
| value | Support Status |
|---|---|
normal
|
supported |
bold
|
supported |
lighter
|
It is treated as normal.
|
bolder
|
It is treated as bold.
|
100, 200, 300, 400
|
It is treated as normal.
|
500, 600, 700, 800, 900
|
It is treated as bold.
|
xfy technology user agent does not support property font-stretch to specify condensed and extended.
xfy technology user agent support property font-size to specify size. The support status for values of property is as follows:
| value | Support Status |
|---|---|
xx-small
|
supported |
x-small
|
supported |
small
|
supported |
medium
|
supported |
large
|
supported |
x-large
|
supported |
xx-large
|
supported |
larger
|
supported |
smaller
|
supported |
<length>
|
supported |
<percentage>
|
supported |
xfy technology user agent does not support property font-size-adjust to adjust size.
The xfy technology user agent partly supports property "font" to set all font Properties. For the support status for values, see properties concerning font.
Indicates support style sheet of each function relevant to text representation of xfy technology user agent.
xfy technology user agent supports following properties relating to indent.
text-indent
The support status for values of property is as follows:
| value | Support Status |
|---|---|
<length>
|
supported |
<percentage>
|
supported |
xfy technology user agent partly supports following property concerning text align.
text-align
The support status for values of property is as follows:
| value | Support Status |
|---|---|
left
|
supported |
right
|
supported |
center
|
supported |
xfy technology user agent partly supports following property concerning font style.
text-decoration
The support status for values of property is as follows:
| value | Support Status |
|---|---|
underline
|
supported |
overline
|
supported |
line-through
|
supported |
blink
|
non-supported |
And, it supports following properties:
text-shadow
The xfy technology user agent does not support the following properties concerning letter and word spacings.
letter-spacing
word-spacing
The xfy technology user agent does not support the following properties concerning alphabet capitalize.
text-transform
xfy technology user agent supports following properties relating to whitespace processing.
white-space
The support status for values of property is as follows:
| value | Support Status |
|---|---|
normal
|
supported |
pre
|
supported |
nowrap
|
supported |
Indicates support style sheet of each function relevant to table of xfy technology user agent.
xfy technology user agent partly supports following property concerning table caption.
caption-side
The support status for values of property is as follows:
| value | Support Status |
|---|---|
top
|
supported |
bottom
|
supported |
left
|
non-supported |
right
|
non-supported |
The xfy technology user agent does not support the following properties to set formula for table width.
table-layout
xfy technology user agent supports following properties relating to table border.
border-spacing
The support status for values of property is as follows:
| value | Support Status |
|---|---|
<length>
|
supported |
<length>?
|
supported |
And, it does not partly support properties:
table-collapse
empty-cells
The xfy technology user agent does not support the following properties concerning sound output with table.
speak-header
Indicates support style sheet of each function relevant to user interface of xfy technology user agent.
xfy technology user agent partly supports following property of changing mouse pointer shape.
cursor
The support status for values of property is as follows:
| value | Support Status |
|---|---|
auto
|
supported |
crosshair
|
supported |
default
|
supported |
pointer
|
supported |
move
|
supported |
e-resize
|
supported |
ne-resize
|
supported |
nw-resize
|
supported |
n-resize
|
supported |
se-resize
|
supported |
sw-resize
|
supported |
s-resize
|
supported |
w-resize
|
supported |
text
|
supported |
wait
|
supported |
help
|
non-supported |
The xfy technology user agent supports system color settings other than AppWorkspace.
The xfy technology user agent does not support system phone.
The xfy technology user agent does not support voice style sheet.