We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b61bec commit d0d7408Copy full SHA for d0d7408
1 file changed
css-lists-3/Overview.bs
@@ -1174,8 +1174,6 @@ Outputting Counters: the ''counter()'' and ''counters()'' functions</h3>
1174
<li>three</li>
1175
</ul>
1176
<style>
1177
- ul { counter-reset: list-item; }
1178
- li { counter-increment: list-item; }
1179
li::marker { content: '(' counters(list-item,'.') ') '; }
1180
</style>
1181
</pre>
0 commit comments