- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 09 Jul 2011 01:23:02 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-lists
In directory hutz:/tmp/cvs-serv19194
Modified Files:
Overview.html Overview.src.html
Log Message:
Swapped from "Changes since CSS2" to "Changes since CSS2.1" and adjusted the list accordingly.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.html,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- Overview.html 9 Jul 2011 01:18:25 -0000 1.66
+++ Overview.html 9 Jul 2011 01:23:00 -0000 1.67
@@ -279,7 +279,7 @@
<li class=no-num><a href="#acknowledgments"> Acknowledgments</a>
- <li class=no-num><a href="#changes"> Changes From CSS2</a>
+ <li class=no-num><a href="#changes"> Changes From CSS2.1</a>
<li class=no-num><a href="#references">References</a>
<ul class=toc>
@@ -4262,30 +4262,21 @@
http://bugzilla.mozilla.org/show_bug.cgi?id=102252 -->
<!-- ====================================================================== -->
- <h2 class=no-num id=changes> Changes From CSS2</h2>
+ <h2 class=no-num id=changes> Changes From CSS2.1</h2>
<p>As described in the introduction section, there are significant changes
- in this module when compared to CSS2.
+ in this module when compared to CSS2.1.
<ol>
- <li>‘<code class=css>display:marker</code>’ has been replaced
- with ‘<code class=css>::marker</code>’
-
- <li>It is no longer possible to make end markers.
-
- <li>The ‘<code class=property>marker-offset</code>’ property
- is obsoleted.
-
- <li>Markers are now aligned relative to the line box edge, rather than the
- border edge.
-
- <li>Markers now have margins.
+ <li>The ::marker pseudo-element has been introduced to allow styling of
+ the list marker directly.
- <li>The introduction of many new list style types as well as explicit
- algorithms for all list style types.
+ <li>The ‘<code class=css>marker</code>’ value for ‘<code
+ class=property>position</code>’ has been added, to allow elements
+ in the document to position themselves similarly to how markers do.
- <li>Error handling rules for unknown list style types were changed to be
- consistent with the normal parsing error handling rules.
+ <li>Many new list style types have been added, along with explicit
+ algorithms for each.
<li>The list-item predefined counter identifier has been introduced.
</ol>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.src.html,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -d -r1.115 -r1.116
--- Overview.src.html 9 Jul 2011 01:18:25 -0000 1.115
+++ Overview.src.html 9 Jul 2011 01:23:00 -0000 1.116
@@ -3267,26 +3267,17 @@
<!-- ====================================================================== -->
<h2 class="no-num" id="changes">
-Changes From CSS2</h2>
+Changes From CSS2.1</h2>
<p>As described in the introduction section, there are significant changes in this module when
- compared to CSS2.</p>
+ compared to CSS2.1.</p>
<ol>
- <li>''display:marker'' has been replaced with ''::marker''</li>
-
- <li>It is no longer possible to make end markers.</li>
-
- <li>The 'marker-offset' property is obsoleted.</li>
-
- <li>Markers are now aligned relative to the line box edge, rather than the border edge.</li>
-
- <li>Markers now have margins.</li>
+ <li>The ::marker pseudo-element has been introduced to allow styling of the list marker directly.</li>
- <li>The introduction of many new list style types as well as explicit algorithms for all list style types.</li>
+ <li>The ''marker'' value for 'position' has been added, to allow elements in the document to position themselves similarly to how markers do.</li>
- <li>Error handling rules for unknown list style types were changed to be consistent with the normal
- parsing error handling rules.</li>
+ <li>Many new list style types have been added, along with explicit algorithms for each.</li>
<li>The list-item predefined counter identifier has been introduced.</li>
</ol>
Received on Saturday, 9 July 2011 01:23:04 UTC