CSS Level 2 Support Status

Explains how xfy technology user agent supports CSS level 2.

1. Overview

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.

2. Selector

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

3. Value Assignment, Cascade Processing, Inheritance

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.

4. Media Type

The xfy technology user agent does not support style sheet concerning media type.

5. Box Model

Indicates support style sheet of each function relevant to box model of xfy technology user agent.

5.1. Margin

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

5.2. Padding

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

5.3. Border Width

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

5.4. Border Color

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

5.5. Border Style

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

5.6. Border

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.

6. Display and Alignment

Indicates support style sheet of each function relevant to display and alignment of xfy technology user agent.

6.1. Element Appearance

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

6.2. Element Alignment

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

6.3. Element Alignment and Wrapping

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

6.4. Stack Order

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

6.5. Text Direction

The xfy technology user agent does not support the following properties concerning text direction.

  • direction
  • unicode-bidi

7. Detailed Display and Alignment

Indicates support style sheet of each function relevant to detailed display and alignment of xfy technology user agent.

7.1. Content Area Width

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

7.2. Content Area Height

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

7.3. Row 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

8. Visual Effect

Indicates support style sheet of each function relevant to visual effect of xfy technology user agent.

8.1. Overflow and Clip

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

8.2. Showing/Hiding

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

9. Content Generation, Automatic Numbering and List

The xfy technology user agent only supports the following properties of style sheet relevant to content generation, automatic numbering and list.

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

10. Page Media

The xfy technology user agent only supports the following properties of style sheet relevant to page media.

The support status for values of property is as follows:

value Support Status
auto supported
always supported
other than those above non-supported

11. Color and Background

Indicates support style sheet of each function relevant to color and background of xfy technology user agent.

11.1. Foreground Color

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

11.2. Background Color

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
    See background-color, background-image, background-repeat, background-attachment, and background-position properties respectively.

12. Font

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:

12.1. Font Family

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

12.2. Font Style

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.

12.3. Small Caps

xfy technology user agent does not support property font-variant to specify small caps font.

12.4. Font Weight

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.

12.5. Condensed and Extended

xfy technology user agent does not support property font-stretch to specify condensed and extended.

12.6. Font Size

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

12.7. Adjust Size

xfy technology user agent does not support property font-size-adjust to adjust size.

12.8. Setting All Font Properties

The xfy technology user agent partly supports property "font" to set all font Properties. For the support status for values, see properties concerning font.

13. Text

Indicates support style sheet of each function relevant to text representation of xfy technology user agent.

13.1. Indent

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

13.2. Text Align

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

13.3. Font Style

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

13.4. Letter and Word Spacings

The xfy technology user agent does not support the following properties concerning letter and word spacings.

  • letter-spacing
  • word-spacing

13.5. Capitalize

The xfy technology user agent does not support the following properties concerning alphabet capitalize.

  • text-transform

13.6. Whitespace Processing

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

14. Table

Indicates support style sheet of each function relevant to table of xfy technology user agent.

14.1. Caption Location

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

14.2. Formula for Table Width

The xfy technology user agent does not support the following properties to set formula for table width.

  • table-layout

14.3. Border

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

14.4. Support Sound Output with Table

The xfy technology user agent does not support the following properties concerning sound output with table.

  • speak-header

15. User Interface

Indicates support style sheet of each function relevant to user interface of xfy technology user agent.

15.1. Pointer Shape

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

15.2. System Color

The xfy technology user agent supports system color settings other than AppWorkspace.

15.3. System Font

The xfy technology user agent does not support system phone.

16. Sound Style Sheet

The xfy technology user agent does not support voice style sheet.