File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -464,7 +464,7 @@ Styling Markers: the 'list-style' shorthand property</h3>
464
464
465
465
<pre class='propdef shorthand'>
466
466
Name : list-style
467
- Value : <<'list-style-type '>> || <<'list-style-position '>> || <<'list-style-image '>>
467
+ Value : <<'list-style-position '>> || <<'list-style-image '>> || <<'list-style-type '>>
468
468
Applies to : <a>list items</a>
469
469
</pre>
470
470
@@ -1403,7 +1403,11 @@ This section documents the changes since previous publications.
1403
1403
into its own section, added examples, and made some clarifications.
1404
1404
<li> Renamed values of 'marker-side' to match conventions from box/text alignment.
1405
1405
<li> Defined that 'counter-set' is applied after 'counter-increment'
1406
- rather than before. (<a href='https://github.com/w3c/csswg-drafts/issues/3810'>Issue 3810</a> )
1406
+ rather than before.
1407
+ (<a href="https://github.com/w3c/csswg-drafts/issues/3810">Issue 3810</a> )
1408
+ <li> Established the canonical order of 'list-style' serialization
1409
+ to put <<'list-style-type'>> last.
1410
+ (<a href="https://github.com/w3c/csswg-drafts/issues/2624">Issue 2624</a> )
1407
1411
</ul>
1408
1412
1409
1413
<h3 id="changes-from-css2">Changes From CSS Level 2</h3>
You can’t perform that action at this time.
0 commit comments