Skip to content

Commit 0114eb5

Browse files
authored
[css-lists-3] Comment-ize remaining counter-increment in stylesheet
1 parent 603cbfb commit 0114eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-lists-3/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1429,7 +1429,7 @@ Appendix A: Sample Style Sheet For HTML</h2>
14291429
/* Where **magic** is the number of child &lt;li> elements. */
14301430
}
14311431
ol[reversed] > li {
1432-
counter-increment: list-item -1;
1432+
/* HTML implies 'counter-increment: list-item -1' */
14331433
}
14341434

14351435
/* Box Model Rules */

0 commit comments

Comments
 (0)