- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 14 Jun 2011 22:37:57 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-lists In directory hutz:/tmp/cvs-serv15430 Modified Files: Overview.html Overview.src.html Log Message: Removed list-style-type:inline, and fixed the places that referenced it (without display:marker, it's irrelevant). Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-lists/Overview.html,v retrieving revision 1.62 retrieving revision 1.63 diff -u -d -r1.62 -r1.63 --- Overview.html 14 Jun 2011 19:11:00 -0000 1.62 +++ Overview.html 14 Jun 2011 22:37:55 -0000 1.63 @@ -428,8 +428,8 @@ element a list item, which means it can generate a ::marker pseudo-element. The element also affects the predefined ‘<code class=css>list-item</code>’ counter, as specified above. Otherwise, - this display value is treated identically to ‘<a - href="#inline"><code class=css>inline</code></a>’. + this display value is treated identically to ‘<code + class=css>inline</code>’. <p class=note>This display value is silly, and only necessary because we haven't yet defined ‘<code class=property>display</code>’ to @@ -455,7 +455,7 @@ <th>Value: <td><a href="#ltstring"><b><string></b></a> | <a - href="#ltcounter-style"><b><counter-style></b></a> | inline | none + href="#ltcounter-style"><b><counter-style></b></a> | none <tr> <th>Initial: @@ -516,13 +516,6 @@ href="#predefined-counters">Complex Counter Styles</a> and <a href="#ua-stylesheet">Predefined Counter Styles</a>.</p> - <dt><dfn id=inline>inline</dfn> - - <dd>The ‘<code class=css>::marker</code>’ pseudoelement's - default contents must be the textual contents of the list item's first - child that is an <i title=inline-marker-candidate>inline marker - candidate</i>, if one exists. - <dt><dfn id=none>none</dfn> <dd>The ‘<code class=css>::marker</code>’ pseudoelement must @@ -895,10 +888,10 @@ <p>Markers are created by setting an element's ‘<code class=property>display</code>’ property to ‘<code - class=css>list-item</code>’. The ‘<code - class=css>list-item</code>’ display type is, in every other respect, - identical to the ‘<code class=css>block</code>’ display type. - The marker box is only created if the computed value of the ‘<code + class=css>list-item</code>’ or ‘<a + href="#inline-list-item"><code + class=css>inline-list-item</code></a>’. The marker box is only + created if the computed value of the ‘<code class=property>content</code>’ property for the pseudo-element is not ‘<a href="#none"><code class=css>none</code></a>’. @@ -1343,9 +1336,9 @@ class=property>type</code></a>’ descriptor; if this is missing the @counter-style <dfn id=is>is</dfn> invalid and must be ignored. The <i><counter-style-name></i> must be be a valid identifier and must not - be "decimal", "default", "hanging", "inherit", "initial", "inline", - "inside", "none", or "outside"; otherwise the @counter-style <dfn - id=is0>is</dfn> invalid and must be ignored. + be "decimal", "default", "hanging", "inherit", "initial", "inside", + "none", or "outside"; otherwise the @counter-style <dfn id=is0>is</dfn> + invalid and must be ignored. <h3 id=counter-style-type><span class=secno>8.1. </span> Counter algorithms: the ‘<a href="#descdef-type"><code @@ -4433,7 +4426,7 @@ <tr> <td><a class=property href="#list-style-type">list-style-type</a> - <td><string> | <counter-style> | inline | none + <td><string> | <counter-style> | none <td>disc @@ -4682,8 +4675,6 @@ <li>hiragana-iroha, <a href="#hiragana-iroha" title=hiragana-iroha><strong>9.3.</strong></a> - <li>inline, <a href="#inline" title=inline><strong>3.</strong></a> - <li>inline-list-item, <a href="#inline-list-item" title=inline-list-item><strong>2.</strong></a> Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-lists/Overview.src.html,v retrieving revision 1.111 retrieving revision 1.112 diff -u -d -r1.111 -r1.112 --- Overview.src.html 14 Jun 2011 19:11:00 -0000 1.111 +++ Overview.src.html 14 Jun 2011 22:37:55 -0000 1.112 @@ -203,7 +203,7 @@ <td><dfn>list-style-type</dfn> <tr> <th>Value: - <td><b><string></b> | <b><counter-style></b> | inline | none + <td><b><string></b> | <b><counter-style></b> | none <tr> <th>Initial: <td>disc @@ -246,12 +246,6 @@ <a href="#ua-stylesheet">Predefined Counter Styles</a>.</p> </dd> - <dt><dfn>inline</dfn></dt> - <dd>The ''::marker'' pseudoelement's default contents must be the textual - contents of the list item's first child that is an - <i title="inline-marker-candidate">inline marker candidate</i>, if one - exists.</dd> - <dt><dfn>none</dfn></dt> <dd>The ''::marker'' pseudoelement must have no default contents. This will suppress the creation of a marker unless the ''::marker'' has its contents @@ -523,10 +517,9 @@ Markers: The ''::marker'' pseudo-element</h2> <p>Markers are created by setting an element's 'display' property to - ''list-item''. The ''list-item'' display type is, in every - other respect, identical to the ''block'' display type. The marker box is only - created if the computed value of the 'content' property for the pseudo-element - is not ''none''.</p> + ''list-item'' or ''inline-list-item''. The marker box is only created if + 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 @@ -897,7 +890,7 @@ rules require a 'type' descriptor; if this is missing the @counter-style <dfn>is</dfn> invalid and must be ignored. The <i><counter-style-name></i> must be be a valid identifier and must not be "decimal", "default", "hanging", "inherit", "initial", - "inline", "inside", "none", or "outside"; otherwise the @counter-style <dfn>is</dfn> invalid and + "inside", "none", or "outside"; otherwise the @counter-style <dfn>is</dfn> invalid and must be ignored.</p> <h3 id='counter-style-type'>
Received on Tuesday, 14 June 2011 22:38:03 UTC