File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1272,7 +1272,7 @@ <h2 class="heading settled heading" data-level=10 id=ua-stylesheet><span class=s
1272
1272
ol[reversed] {
1273
1273
counter-reset: list-item attr(start integer, **magic**);
1274
1274
/* Where **magic** is the number of child <li> elements. */
1275
- counter-increment: list-item 1;
1275
+ counter-increment: list-item - 1;
1276
1276
}
1277
1277
ol[reversed] > li {
1278
1278
counter-increment: list-item -1;
Original file line number Diff line number Diff line change @@ -1310,7 +1310,7 @@ <h2 id='ua-stylesheet'>
1310
1310
ol[reversed] {
1311
1311
counter-reset: list-item attr(start integer, **magic**);
1312
1312
/* Where **magic** is the number of child <li> elements. */
1313
- counter-increment: list-item 1;
1313
+ counter-increment: list-item - 1;
1314
1314
}
1315
1315
ol[reversed] > li {
1316
1316
counter-increment: list-item -1;
You can’t perform that action at this time.
0 commit comments