Skip to content

Commit 7fe8db6

Browse files
committed
[css-lists] Typo fix
1 parent f7ffce5 commit 7fe8db6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css-lists/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1272,7 +1272,7 @@ <h2 class="heading settled heading" data-level=10 id=ua-stylesheet><span class=s
12721272
ol[reversed] {
12731273
counter-reset: list-item attr(start integer, **magic**);
12741274
/* Where **magic** is the number of child &lt;li&gt; elements. */
1275-
counter-increment: list-item 1;
1275+
counter-increment: list-item -1;
12761276
}
12771277
ol[reversed] &gt; li {
12781278
counter-increment: list-item -1;

css-lists/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1310,7 +1310,7 @@ <h2 id='ua-stylesheet'>
13101310
ol[reversed] {
13111311
counter-reset: list-item attr(start integer, **magic**);
13121312
/* Where **magic** is the number of child &lt;li> elements. */
1313-
counter-increment: list-item 1;
1313+
counter-increment: list-item -1;
13141314
}
13151315
ol[reversed] > li {
13161316
counter-increment: list-item -1;

0 commit comments

Comments
 (0)