- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 18 Nov 2011 02:26:30 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-lists In directory hutz:/tmp/cvs-serv13078 Modified Files: Overview.html Overview.src.html Log Message: Moved the <counter-style> definition to a more appropriate place. Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-lists/Overview.html,v retrieving revision 1.91 retrieving revision 1.92 diff -u -d -r1.91 -r1.92 --- Overview.html 18 Nov 2011 02:16:06 -0000 1.91 +++ Overview.html 18 Nov 2011 02:26:28 -0000 1.92 @@ -623,6 +623,16 @@ with a valid image, or the marker's contents are set explicitly via the 'content' property. */</pre> </div> + + <p>The <a href="#ltcounter-style"><i><counter-style></i></a> type is + defined as: + + <pre><dfn + id=ltcounter-style><counter-style></dfn> = <identifier> | <symbols-function></pre> + + <p>where the <identifier> must be the name of a valid custom counter + style defined with the ‘<code class=css>@counter-style</code>’ + rule.</p> <!-- ====================================================================== --> <h2 id=list-style-position-property><span class=secno>4. </span> Marker @@ -1454,15 +1464,6 @@ not be "decimal", "default", "inherit", "initial", "inside", "none", or "outside"; otherwise the @counter-style is invalid and must be ignored. - <p>The <i><counter-style> type is defined as:</i> - - <pre><dfn - id=ltcounter-style><counter-style></dfn> = <identifier> | <symbols-function></pre> - - <p>where the <identifier> must be the name of a valid custom counter - style defined with the ‘<code class=css>@counter-style</code>’ - rule. - <h3 id=counter-style-type><span class=secno>8.1. </span> Counter algorithms: the ‘<a href="#descdef-type"><code class=property>type</code></a>’ descriptor</h3> @@ -4907,7 +4908,7 @@ title=counter-prefix><strong>8.</strong></a> <li><counter-style>, <a href="#ltcounter-style" - title="<counter-style>"><strong>8.</strong></a> + title="<counter-style>"><strong>3.</strong></a> <li>counter style, <a href="#counter-style0" title="counter style"><strong>8.</strong></a> Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-lists/Overview.src.html,v retrieving revision 1.138 retrieving revision 1.139 diff -u -d -r1.138 -r1.139 --- Overview.src.html 18 Nov 2011 02:16:06 -0000 1.138 +++ Overview.src.html 18 Nov 2011 02:26:28 -0000 1.139 @@ -302,6 +302,12 @@ the 'content' property. */</pre> </div> + <p>The <i><counter-style></i> type is defined as:</p> + + <pre><dfn><counter-style></dfn> = <identifier> | <symbols-function></pre> + + <p>where the <identifier> must be the name of a valid custom counter style defined with the ''@counter-style'' rule.</p> + <!-- ====================================================================== --> <h2 id='list-style-position-property'> @@ -873,12 +879,6 @@ <p>This at-rule conforms with the forward-compatible parsing requirement of CSS; parsers may ignore these rules without error. Any descriptors that are not recognized or implemented by a given user agent must be ignored. The <i><counter-style-name></i> must be be a valid identifier and must not be "decimal", "default", "inherit", "initial", "inside", "none", or "outside"; otherwise the @counter-style is invalid and must be ignored.</p> - <p>The <i><counter-style> type is defined as:</p> - - <pre><dfn><counter-style></dfn> = <identifier> | <symbols-function></pre> - - <p>where the <identifier> must be the name of a valid custom counter style defined with the ''@counter-style'' rule.</p> - <h3 id='counter-style-type'> Counter algorithms: the 'type' descriptor</h3>
Received on Friday, 18 November 2011 02:26:32 UTC