- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 18 Nov 2011 21:00:39 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-lists
In directory hutz:/tmp/cvs-serv10506
Modified Files:
Overview.html Overview.src.html
Log Message:
Editorial edit of ::marker section from Brad feedback.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.html,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -d -r1.97 -r1.98
--- Overview.html 18 Nov 2011 20:56:11 -0000 1.97
+++ Overview.html 18 Nov 2011 21:00:37 -0000 1.98
@@ -894,9 +894,9 @@
class=css>none</code></a>’.
<p>Just like other generated content, markers generate a box when they're
- created, which has margins, border, padding, and everything else a box
- normally has. Markers are placed at the beginning of their superior
- parent's content, before the ::before pseudo-element (if it exists). <code
+ created, which can be styled with the full range of properties and values.
+ Markers are placed at the beginning of their superior parent's content,
+ before the ::before pseudo-element (if it exists). <code
class=css>::marker</code> pseudo-elements are inline by default, though
certain values for ‘<a href="#list-style-position"><code
class=property>list-style-position</code></a>’ on the list item can
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.src.html,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -d -r1.144 -r1.145
--- Overview.src.html 18 Nov 2011 20:56:12 -0000 1.144
+++ Overview.src.html 18 Nov 2011 21:00:37 -0000 1.145
@@ -477,7 +477,7 @@
the computed value of the 'content' property for the pseudo-element is not
''none''.</p>
- <p>Just like other generated content, markers generate a box when they're created, which has margins, border, padding, and everything else a box normally has. Markers are placed at the beginning of their superior parent's content, before the ::before pseudo-element (if it exists). <code class=css>::marker</code> pseudo-elements are inline by default, though certain values for 'list-style-position' on the list item can make the marker box positioned, which can have an effect on the computed value of display.</p>
+ <p>Just like other generated content, markers generate a box when they're created, which can be styled with the full range of properties and values. Markers are placed at the beginning of their superior parent's content, before the ::before pseudo-element (if it exists). <code class=css>::marker</code> pseudo-elements are inline by default, though certain values for 'list-style-position' on the list item can make the marker box positioned, which can have an effect on the computed value of display.</p>
<div class="example">
<p>In the following example, the content is centered within a marker
Received on Friday, 18 November 2011 21:00:44 UTC