csswg/css3-lists Overview.html,1.19,1.20 Overview.src.html,1.55,1.56

Update of /sources/public/csswg/css3-lists
In directory hutz:/tmp/cvs-serv6797

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Fixed the issue in the Abstract.


Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.html,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- Overview.html	15 Apr 2011 22:01:55 -0000	1.19
+++ Overview.html	15 Apr 2011 22:14:35 -0000	1.20
@@ -109,7 +109,11 @@
    href="#CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>, which builds
    on CSS level&nbsp;1 <a href="#CSS1"
    rel=biblioentry>[CSS1]<!--{{CSS1}}--></a>. The main extensions compared to
-   level&nbsp;2 are <span class=issue>summarize here</span>.
+   level&nbsp;2 are a pseudo-element representing the list marker, a new
+   &lsquo;<a href="#hanging"><code class=css>hanging</code></a>&rsquo; value
+   for &lsquo;<a href="#list-style-position"><code
+   class=property>list-style-position</code></a>&rsquo;, and a method for
+   authors to define their own list-styles.
 
   <h2 class="no-num no-toc" id=status> Status of this document</h2>
   <!--begin-status-->

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.src.html,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- Overview.src.html	15 Apr 2011 22:01:56 -0000	1.55
+++ Overview.src.html	15 Apr 2011 22:14:35 -0000	1.56
@@ -65,8 +65,9 @@
 	This draft contains the features of CSS level&nbsp;3 relating to
 	list styling. It includes and extends the functionality of
 	CSS level&nbsp;2 [[!CSS21]], which builds on CSS level&nbsp;1
-	[[CSS1]]. The main extensions compared to level&nbsp;2 are
-	<span class="issue">summarize here</span>.
+	[[CSS1]]. The main extensions compared to level&nbsp;2 are a pseudo-element
+	representing the list marker, a new	''hanging'' value for 'list-style-position', 
+	and a method for authors to define their own list-styles.</p>
 
 
 <h2 class="no-num no-toc" id="status">

Received on Friday, 15 April 2011 22:14:38 UTC