Skip to content

Commit 8ac1376

Browse files
committed
[css-lists-3] Put list-style-type last in list-style canonical order. #2624
1 parent 269ab4c commit 8ac1376

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

css-lists-3/Overview.bs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ Styling Markers: the 'list-style' shorthand property</h3>
464464

465465
<pre class='propdef shorthand'>
466466
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'>>
468468
Applies to: <a>list items</a>
469469
</pre>
470470

@@ -1403,7 +1403,11 @@ This section documents the changes since previous publications.
14031403
into its own section, added examples, and made some clarifications.
14041404
<li>Renamed values of 'marker-side' to match conventions from box/text alignment.
14051405
<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>)
14071411
</ul>
14081412

14091413
<h3 id="changes-from-css2">Changes From CSS Level 2</h3>

0 commit comments

Comments
 (0)