- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 15 Apr 2011 22:14:37 +0000
- To: public-css-commits@w3.org
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 1 <a href="#CSS1"
rel=biblioentry>[CSS1]<!--{{CSS1}}--></a>. The main extensions compared to
- level 2 are <span class=issue>summarize here</span>.
+ level 2 are a pseudo-element representing the list marker, a new
+ ‘<a href="#hanging"><code class=css>hanging</code></a>’ value
+ for ‘<a href="#list-style-position"><code
+ class=property>list-style-position</code></a>’, 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 3 relating to
list styling. It includes and extends the functionality of
CSS level 2 [[!CSS21]], which builds on CSS level 1
- [[CSS1]]. The main extensions compared to level 2 are
- <span class="issue">summarize here</span>.
+ [[CSS1]]. The main extensions compared to level 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