File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3075,13 +3075,13 @@ <h2 id=ua-stylesheet><span class=secno>13. </span> Sample style sheet for
30753075
30763076/* The start attribute on ol elements */
30773077ol[start] {
3078- counter-reset: list-item attr(start, integer, 1);
3078+ counter-reset: list-item attr(start integer, 1);
30793079 counter-increment: list-item -1;
30803080}
30813081
30823082/* The value attribute on li elements */
30833083li[value] {
3084- counter-set: list-item attr(value, integer, 1);
3084+ counter-set: list-item attr(value integer, 1);
30853085 counter-increment: none; /* Turn off default increase */
30863086}
30873087
Original file line number Diff line number Diff line change @@ -2049,13 +2049,13 @@ <h2 id='ua-stylesheet'>
20492049
20502050/* The start attribute on ol elements */
20512051ol[start] {
2052- counter-reset: list-item attr(start, integer, 1);
2052+ counter-reset: list-item attr(start integer, 1);
20532053 counter-increment: list-item -1;
20542054}
20552055
20562056/* The value attribute on li elements */
20572057li[value] {
2058- counter-set: list-item attr(value, integer, 1);
2058+ counter-set: list-item attr(value integer, 1);
20592059 counter-increment: none; /* Turn off default increase */
20602060}
20612061
You can’t perform that action at this time.
0 commit comments