File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
12721272 ol[reversed] {
12731273 counter-reset: list-item attr(start integer, **magic**);
12741274 /* Where **magic** is the number of child <li> elements. */
1275- counter-increment: list-item 1;
1275+ counter-increment: list-item - 1;
12761276 }
12771277 ol[reversed] > li {
12781278 counter-increment: list-item -1;
Original file line number Diff line number Diff 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 <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;
You can’t perform that action at this time.
0 commit comments