2.1.81 [CSS-Level2-2009] Section 12.5.1, Lists: the 'list-style-type', 'list-style-image', 'list-style-position', and 'list-style' properties

V0113:

The specification states:

 ‘List-style-type’
  
 Value                  disc | circle | square | decimal | decimal-leading-zero | 
 lower-roman | upper-roman | lower-greek | lower-latin | upper-latin | armenian | 
 georgian | lower-alpha | upper-alpha | none | inherit
 Initial:               disc
 Applies to:            elements with ‘display:list-item’
 Inherited:             yes
 Percentages:           N/A
 Media:                 Visual
 Comuted value:         as specified
  
 This property specifies appearance of the list item marker if 'list-style-image' 
 has the value 'none' or if the image pointed to by the URI cannot be displayed. The 
 value 'none' specifies no marker, otherwise there are three types of marker: 
 glyphs, numbering systems, and alphabetic systems.

All Document Modes (All Versions)

Roman numerals above 4000 are not supported. These numbers are switched to decimals.

Quirks Mode and IE7 Mode (All Versions)

The decimal-leading-zero, lower-greek, armenian, georgian, lower-latin, upper-latin, and inherit values are not supported.

IE7 Mode (All Versions)

The list-item value for the display property is supported only if it appears within an unordered list (UL) element or an ordered list (OL) element.

IE7 Mode, IE8 Mode, IE9 Mode, IE10 Mode, IE11 Mode, and EdgeHTML Mode (All Versions)

List markers are not displayed for display:list-item elements when overflow is not set to visible.

V0114:

The specification states:

 decimal-leading-zero
  
 Decimal numbers numbers padded by initial zeros (e.g., 01, 02, 03, ..., 98, 99).

Quirks Mode, IE7 Mode, IE8 Mode, and IE9 Mode (All Versions)

The decimal-leading-zero value for the list-style-type property is not supported.

V0115:

The specification states:

 Georgian
  
 Traditional Georgian numbering (an, ban, gan, ..., he, tan, in, in-an, ...).

Quirks Mode and IE7 Mode (All Versions)

The georgian value for the list-style-type property is not supported.

V0116:

The specification states:

 Armenian
  
 Traditional uppercase Armenian numbering.

Quirks Mode and IE7 Mode (All Versions)

The armenian value for the list-style-type property is not supported.

V0117:

The specification states:

 lower-latin or lower-alpha
  
 Lowercase ascii letters (a,b,c, …z).

Quirks Mode and IE7 Mode (All Versions)

The lower-latin values for the list-style-type property are not supported.

V0118:

The specification states:

 upper-latin or upper-alpha
  
 Uppercase ascii letters (A,B,C, …Z).

Quirks Mode and IE7 Mode (All Versions)

The upper-latin values for the list-style-type property are not supported.

V0119:

The specification states:

 lower-greek
  
 Lowercase classical Greek alpha, beta, gamma, ... (α, β, γ, ...).

Quirks Mode and IE7 Mode (All Versions)

The lower-greek value for the list-style-type property is not supported.

V0120:

The specification states:

 ‘list-style-image'
  
 Value:                 <uri> | none | inherit
 Initial:               none
 Applies to:            elements with 'display: list-item'
 Inherited:             yes
 Percentages:           N/A
 Media:                 visual
 Computed value:        absolute URI or 'none'

Quirks Mode and IE7 Mode (All Versions)

The inherit value of the list-style-image property is not supported.

V0121:

The specification states:

 list-style-position
  
 Value:                 inside | outside | inherit
 Initial:               outside
 Applies to:            elements with 'display: list-item'
 Inherited:             yes
 Percentages:           N/A
 Media:                 visual
 Computed value:        as specified

Quirks Mode and IE7 Mode (All Versions)

The inherit value of the list-style-position property is not supported.

IE7 Mode, IE8 Mode, IE9 Mode, IE10 Mode, IE11 Mode, and EdgeHTML Mode (All Versions)

The outside value of the list-style-position property is not supported when used in combination with any value of the overflow property other than visible.

V0122:

The specification states:

 Outside
 The marker box is outside the principal block box. The position of the list-item marker adjacent to floats is undefined in CSS 2.1 CSS 2.1 does not specify the precise location of the marker box or its position in the painting order, but does require that for list items whose 'direction' property is 'ltr' the marker box be on the left side of the content and for elements whose 'direction' property is 'rtl' the marker box be on the right side of the content. The marker box is fixed with respect to the principal block box's border and does not scroll with the principal block box's content. In CSS 2.1, a UA may hide the marker if the element's 'overflow' is other than 'visible'. (This is expected to change in the future.) The size or contents of the marker box may affect the height of the principal block box and/or the height of its first line box, and in some cases may cause the creation of a new line box. Note: This interaction may be more precisely defined in a future level of CSS.

IE8 Mode, IE9 Mode, IE10 Mode, IE11 Mode, and EdgeHTML Mode (All Versions)

The marker box is not rendered when the overflow property is set to scroll or hidden.

V0123:

The specification states:

 list-style
  
 Value:                 [ <'list-style-type'> || <'list-style-position'> || <'list-style-image'> ] | inherit
 Initial:               see individual properties
 Applies to:            elements with 'display: list-item'
 Inherited:             yes
 Percentages:           N/A
 Media:                 visual
 Computed value:        see individual properties

Quirks Mode and IE7 Mode (All Versions)

The inherit value of the list-style property is not supported.