Skip to content

Commit 91e3791

Browse files
committed
[css-lists-3] Update Changes section
1 parent 08b37ad commit 91e3791

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

css-lists-3/Overview.bs

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1395,12 +1395,22 @@ This section documents the changes since previous publications.
13951395

13961396
<h3 id="changes-20140320">Changes since the 20 March 2014 WD</h3>
13971397

1398-
Use <<custom-ident>> consistently for counter names.
1398+
<ul>
1399+
<li>Use <<custom-ident>> consistently for counter names.
1400+
<li>Dropped ''position: marker'' (marker positioning is now mostly undefined, as in CSS2).
1401+
<li>Completely rewrote chapter on markers to tighten it up,
1402+
align with current expectations, and make editorial improvements.
1403+
<li>Pulled the ''counter-increment/list-item'' counter definition
1404+
into its own section, added examples, and made some clarifications.
1405+
<li>Renamed values of 'marker-side' to match conventions from box/text alignment.
1406+
<li>Defined that 'counter-set' is applied after 'counter-increment'
1407+
rather than before. (<a href='https://github.com/w3c/csswg-drafts/issues/3810'>Issue 3810</a>)
1408+
</ul>
13991409

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

1402-
<p>As described in the introduction section, there are significant changes in this module when
1403-
compared to CSS2.1.
1412+
<p>As described in the introduction section,
1413+
there are significant changes in this module when compared to CSS2.1.
14041414

14051415
<ol>
14061416
<li>The ''::marker'' pseudo-element has been introduced to allow styling of the list marker directly.

0 commit comments

Comments
 (0)