@@ -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 > ‘ < code class = css > display: marker</ code > ’ has been replaced
4272- with ‘ < code class = css > :: marker</ code > ’
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 ‘< code class =css > marker</ code > ’ value for ‘< code
4275+ class =property > position</ code > ’ has been added, to allow elements
4276+ in the document to position themselves similarly to how markers do.
42754277
4276- < li > The ‘< code class =property > marker-offset</ code > ’ 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 >
0 commit comments