Skip to content

Commit e9b5f3f

Browse files
committed
[css-lists] Fix example. Fixes #4031.
1 parent 9e508da commit e9b5f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-lists-3/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ Text-based Markers: the 'list-style-type' property</h3>
343343
/* Sets all ordered lists to use the upper-roman counter-style
344344
(defined in the Counter Styles specification [[CSS-COUNTER-STYLES]]) */
345345

346-
ul { list-style-type: symbols(repeating '○' '●'); }
346+
ul { list-style-type: symbols(cyclic '○' '●'); }
347347
/* Sets all unordered list items to alternate between empty and
348348
filled circles for their markers. */
349349

0 commit comments

Comments
 (0)