We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e508da commit e9b5f3fCopy full SHA for e9b5f3f
css-lists-3/Overview.bs
@@ -343,7 +343,7 @@ Text-based Markers: the 'list-style-type' property</h3>
343
/* Sets all ordered lists to use the upper-roman counter-style
344
(defined in the Counter Styles specification [[CSS-COUNTER-STYLES]]) */
345
346
- ul { list-style-type: symbols(repeating '○' '●'); }
+ ul { list-style-type: symbols(cyclic '○' '●'); }
347
/* Sets all unordered list items to alternate between empty and
348
filled circles for their markers. */
349
0 commit comments