- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 04 Mar 2011 03:44:58 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-lists
In directory hutz:/tmp/cvs-serv9375
Modified Files:
Overview.src.html
Log Message:
Formatting change to match the other specs that I edit.
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.src.html,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- Overview.src.html 5 Feb 2011 02:07:27 -0000 1.25
+++ Overview.src.html 4 Mar 2011 03:44:56 -0000 1.26
@@ -2,7 +2,7 @@
<html><head>
<title>CSS Lists and Counters Module Level 3</title>
<meta charset=utf-8>
- <link rel="stylesheet" type="text/css" href="../default.css">
+ <link rel="stylesheet" type="text/css" href="http://dev.w3.org/csswg/default.css">
<style type="text/css">
td, th { padding: 0 0.5em; }
.numbering td, .numbering th { vertical-align: top; }
@@ -57,49 +57,54 @@
</div>
[...1846 lines suppressed...]
+ <li>Markers now have margins.</li>
- <li>Markers now have margins.</li>
+ <li>The introduction of many new list style types as well as explicit algorithms for all list style types.</li>
- <li>The introduction of many new list style types as well as explicit algorithms for all list style types.</li>
+ <li>Error handling rules for unknown list style types were changed to be consistent with the normal
+ parsing error handling rules.</li>
- <li>Error handling rules for unknown list style types were changed to be consistent with the normal
- parsing error handling rules.</li>
+ <li>The list-item predefined counter identifier has been introduced.</li>
+ </ol>
- <li>The list-item predefined counter identifier has been introduced.</li>
-</ol>
+<!-- ====================================================================== -->
<h2 class="no-num" id="references">References</h2>
Received on Friday, 4 March 2011 03:45:00 UTC