marker-hierarchy-separator attribute

Inherited:no
Used By:ol, ul
Default:'.'
See:marker-hierarchy marker-prefix marker-suffix

When using list with the marker-hierarchy attribute set to "true", this attribute sets the character (if any) to use to separate the various levels of the hierarchy. For example, "3.1.a" uses the default marker-hierarchy-SEPERATOR of '.', while "3-1-a" uses a marker-hierarchy-SEPERATOR of '-'. A blank string is a valid separator.

ol.hierachical { marker-hierarchy:true; marker-hierarchy-separator:'.'; }