File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1270,8 +1270,9 @@ <h2 class="heading settled heading" data-level=10 id=ua-stylesheet><span class=s
12701270
12711271 /* Handling reversed lists */
12721272 ol[reversed] {
1273- /* Do a counter-reset for one greater than
1274- the number of child <li> elements */
1273+ counter-reset: list-item attr(start integer, **magic**);
1274+ /* Where **magic** is the number of child <li> elements. */
1275+ counter-increment: list-item 1;
12751276 }
12761277 ol[reversed] > li {
12771278 counter-increment: list-item -1;
Original file line number Diff line number Diff line change @@ -1308,8 +1308,9 @@ <h2 id='ua-stylesheet'>
13081308
13091309 /* Handling reversed lists */
13101310 ol[reversed] {
1311- /* Do a counter-reset for one greater than
1312- the number of child <li> elements */
1311+ counter-reset: list-item attr(start integer, **magic**);
1312+ /* Where **magic** is the number of child <li> elements. */
1313+ counter-increment: list-item 1;
13131314 }
13141315 ol[reversed] > li {
13151316 counter-increment: list-item -1;
You can’t perform that action at this time.
0 commit comments