File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -1395,12 +1395,22 @@ This section documents the changes since previous publications.
1395
1395
1396
1396
<h3 id="changes-20140320">Changes since the 20 March 2014 WD</h3>
1397
1397
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>
1399
1409
1400
1410
<h3 id="changes-from-css2">Changes From CSS Level 2</h3>
1401
1411
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.
1404
1414
1405
1415
<ol>
1406
1416
<li> The ''::marker'' pseudo-element has been introduced to allow styling of the list marker directly.
You can’t perform that action at this time.
0 commit comments