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
464464

465465
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: list items
469469
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
  • Renamed values of 'marker-side' to match conventions from box/text alignment.
  • 14051405
  • Defined that 'counter-set' is applied after 'counter-increment'
  • 1406-
    rather than before. (Issue 3810)
    1406+
    rather than before.
    1407+
    1408+
  • Established the canonical order of 'list-style' serialization
  • 1409+
    to put <<'list-style-type'>> last.
    1410+
    14071411
    14081412

    14091413

    Changes From CSS Level 2

    0 commit comments

    Comments
     (0)