Skip to content

Commit e70216c

Browse files
committed
Swapped from "Changes since CSS2" to "Changes since CSS2.1" and adjusted the list accordingly.
1 parent 91dd37a commit e70216c

2 files changed

Lines changed: 15 additions & 33 deletions

File tree

css3-lists/Overview.html

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ <h2 class="no-num no-toc" id=contents> Table of contents</h2>
279279

280280
<li class=no-num><a href="#acknowledgments"> Acknowledgments</a>
281281

282-
<li class=no-num><a href="#changes"> Changes From CSS2</a>
282+
<li class=no-num><a href="#changes"> Changes From CSS2.1</a>
283283

284284
<li class=no-num><a href="#references">References</a>
285285
<ul class=toc>
@@ -4262,30 +4262,21 @@ <h2 class=no-num id=acknowledgments> Acknowledgments</h2>
42624262
http://bugzilla.mozilla.org/show_bug.cgi?id=102252 -->
42634263
<!-- ====================================================================== -->
42644264

4265-
<h2 class=no-num id=changes> Changes From CSS2</h2>
4265+
<h2 class=no-num id=changes> Changes From CSS2.1</h2>
42664266

42674267
<p>As described in the introduction section, there are significant changes
4268-
in this module when compared to CSS2.
4268+
in this module when compared to CSS2.1.
42694269

42704270
<ol>
4271-
<li>&lsquo;<code class=css>display:marker</code>&rsquo; has been replaced
4272-
with &lsquo;<code class=css>::marker</code>&rsquo;
4271+
<li>The ::marker pseudo-element has been introduced to allow styling of
4272+
the list marker directly.
42734273

4274-
<li>It is no longer possible to make end markers.
4274+
<li>The &lsquo;<code class=css>marker</code>&rsquo; value for &lsquo;<code
4275+
class=property>position</code>&rsquo; has been added, to allow elements
4276+
in the document to position themselves similarly to how markers do.
42754277

4276-
<li>The &lsquo;<code class=property>marker-offset</code>&rsquo; property
4277-
is obsoleted.
4278-
4279-
<li>Markers are now aligned relative to the line box edge, rather than the
4280-
border edge.
4281-
4282-
<li>Markers now have margins.
4283-
4284-
<li>The introduction of many new list style types as well as explicit
4285-
algorithms for all list style types.
4286-
4287-
<li>Error handling rules for unknown list style types were changed to be
4288-
consistent with the normal parsing error handling rules.
4278+
<li>Many new list style types have been added, along with explicit
4279+
algorithms for each.
42894280

42904281
<li>The list-item predefined counter identifier has been introduced.
42914282
</ol>

css3-lists/Overview.src.html

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3267,26 +3267,17 @@ <h2 class="no-num" id="acknowledgments">
32673267
<!-- ====================================================================== -->
32683268

32693269
<h2 class="no-num" id="changes">
3270-
Changes From CSS2</h2>
3270+
Changes From CSS2.1</h2>
32713271

32723272
<p>As described in the introduction section, there are significant changes in this module when
3273-
compared to CSS2.</p>
3273+
compared to CSS2.1.</p>
32743274

32753275
<ol>
3276-
<li>''display:marker'' has been replaced with ''::marker''</li>
3276+
<li>The ::marker pseudo-element has been introduced to allow styling of the list marker directly.</li>
32773277

3278-
<li>It is no longer possible to make end markers.</li>
3278+
<li>The ''marker'' value for 'position' has been added, to allow elements in the document to position themselves similarly to how markers do.</li>
32793279

3280-
<li>The 'marker-offset' property is obsoleted.</li>
3281-
3282-
<li>Markers are now aligned relative to the line box edge, rather than the border edge.</li>
3283-
3284-
<li>Markers now have margins.</li>
3285-
3286-
<li>The introduction of many new list style types as well as explicit algorithms for all list style types.</li>
3287-
3288-
<li>Error handling rules for unknown list style types were changed to be consistent with the normal
3289-
parsing error handling rules.</li>
3280+
<li>Many new list style types have been added, along with explicit algorithms for each.</li>
32903281

32913282
<li>The list-item predefined counter identifier has been introduced.</li>
32923283
</ol>

0 commit comments

Comments
 (0)