marker-prefix, marker-suffix attribute

Type:string
Inherited:no
Used By:ol, ul
Default:For ordered lists, '.' for suffix, a blank string for prefix.
See:marker-hierarchy-separator

The prefix or suffix to place before/after the marker in a list. This can be used in ordered lists to create list numbers like (1), an example of how to do this is shown below.

A blank string is an acceptable value.

ol { marker-prefix:'('; marker-suffix:')'; marker-type:decimal; }