HTML and CSS Reference
In-Depth Information
tigrinya-er | tigrinya-er-abegede | tigrinya-et | tigrinya-et-abegede | upper-al-
pha | upper-greek | upper-norwegian | upper-latin
<symbolic>
asterisks | footnotes
<non-repeating>
circled-decimal | circled-lower-latin | circled-upper-latin | dotted-decimal |
double-circled-decimal | filled-circled-decimal | parenthesised-decimal |
parenthesised-lower-latin
Initial value:
disc
Applies to:
Elements whose display value is list-item
Inherited:
Yes
Computed value:
Same as declared value
Description:
Defines the type of marker system to be used in the presentation of a list. CSS3 provides a
greatly expanded number of list types, but as of early 2011, support for these newer list types
was spotty. Use extra caution when using list types beyond those provided by CSS2.1.
There is no defined behavior for what happens when a list using an alphabetic ordering ex-
ceeds the letters in the list. For example, once an upper-latin list reaches “Z,” the specifica-
tion does not say what the next bullet should be. (Two possible answers are “AA” and “ZA.”)
This is the case regardless of the alphabet in use. Thus, there is no guarantee that different user
agents will act consistently.
Examples:
ul {list-style-type: square;}
ol {list-style-type: lower-roman;}
Search WWH ::




Custom Search