File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3086,6 +3086,9 @@ <h2 id=ua-stylesheet><span class=secno>13. </span> Sample style sheet for
30863086ul { list-style-type: disc; }
30873087ul ul { list-style-type: square; }
30883088ul ul ul { list-style-type: circle; }
3089+ /* Alternately, if Values & Units Level 3 is supported, replace
3090+ the above three lines with: */
3091+ ul { list-style-type: cycle(disc, square, circle); }
30893092
30903093/* The type attribute on ol and ul elements */
30913094ul[type="disc"] { list-style-type: disc; }
Original file line number Diff line number Diff line change @@ -2036,6 +2036,9 @@ <h2 id='ua-stylesheet'>
20362036ul { list-style-type: disc; }
20372037ul ul { list-style-type: square; }
20382038ul ul ul { list-style-type: circle; }
2039+ /* Alternately, if Values & Units Level 3 is supported, replace
2040+ the above three lines with: */
2041+ ul { list-style-type: cycle(disc, square, circle); }
20392042
20402043/* The type attribute on ol and ul elements */
20412044ul[type="disc"] { list-style-type: disc; }
You can’t perform that action at this time.
0 commit comments