- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 03 Feb 2011 00:41:07 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-lists In directory hutz:/tmp/cvs-serv12373 Modified Files: Overview.src.html Log Message: Syntax fixup - removed incorrect <dfn>s. Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-lists/Overview.src.html,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- Overview.src.html 3 Feb 2011 00:13:48 -0000 1.18 +++ Overview.src.html 3 Feb 2011 00:41:05 -0000 1.19 @@ -185,11 +185,11 @@ is used to format the value of the ''list-item'' counter.</p> <dl> - <dt><dfn><string></dfn></dt> + <dt><string></dt> <dd>The ''::marker'' pseudoelement must use the provided string as its default contents.</dd> - <dt><dfn>none</dfn></dt> + <dt>none</dt> <dd>The ''::marker'' pseudoelement must have no default contents. This will suppress the creation of a marker unless the ''::marker'' has its contents specified directly through the 'content' property.</dd> @@ -650,8 +650,7 @@ <!-- ====================================================================== --> -<h2>List Content: The <span -class="property">'list-style-image'</span> property</h2> +<h2 id=list-style-image>List Content: The 'list-style-image' property</h2> <table class="propdef"> <tr> @@ -678,7 +677,11 @@ </table> <p>This property sets the image that will be used as the list item marker. When the image is -available, it will replace the marker set with the 'list-style-type' marker.</p> +available, it is used as the default contents of ''::marker'' instead of the +value specified by 'list-style-type'.</p> + +<p>If the value ''none'' is provided, then the default contents are given by +'list-style-type' instead.</p> <div class="example"> <p>The following example sets the marker at the beginning of each list item to
Received on Thursday, 3 February 2011 00:41:09 UTC