Skip to content

Commit d0d7408

Browse files
committed
[css-lists-3] Remove unnecessary list-item counter-reset/increment declarations from example.
1 parent 9b61bec commit d0d7408

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

css-lists-3/Overview.bs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1174,8 +1174,6 @@ Outputting Counters: the ''counter()'' and ''counters()'' functions</h3>
11741174
&lt;li>three&lt;/li>
11751175
&lt;/ul>
11761176
&lt;style>
1177-
ul { counter-reset: list-item; }
1178-
li { counter-increment: list-item; }
11791177
li::marker { content: '(' counters(list-item,'.') ') '; }
11801178
&lt;/style>
11811179
</pre>

0 commit comments

Comments
 (0)