csswg/css3-lists Overview.html,1.62,1.63 Overview.src.html,1.111,1.112

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 &lsquo;<code
    class=css>list-item</code>&rsquo; counter, as specified above. Otherwise,
-   this display value is treated identically to &lsquo;<a
-   href="#inline"><code class=css>inline</code></a>&rsquo;.
+   this display value is treated identically to &lsquo;<code
+   class=css>inline</code>&rsquo;.
 
   <p class=note>This display value is silly, and only necessary because we
    haven't yet defined &lsquo;<code class=property>display</code>&rsquo; to
@@ -455,7 +455,7 @@
      <th>Value:
 
      <td><a href="#ltstring"><b>&lt;string></b></a> | <a
-      href="#ltcounter-style"><b>&lt;counter-style></b></a> | inline | none
+      href="#ltcounter-style"><b>&lt;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 &lsquo;<code class=css>::marker</code>&rsquo; 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 &lsquo;<code class=css>::marker</code>&rsquo; pseudoelement must
@@ -895,10 +888,10 @@
 
   <p>Markers are created by setting an element's &lsquo;<code
    class=property>display</code>&rsquo; property to &lsquo;<code
-   class=css>list-item</code>&rsquo;. The &lsquo;<code
-   class=css>list-item</code>&rsquo; display type is, in every other respect,
-   identical to the &lsquo;<code class=css>block</code>&rsquo; display type.
-   The marker box is only created if the computed value of the &lsquo;<code
+   class=css>list-item</code>&rsquo; or &lsquo;<a
+   href="#inline-list-item"><code
+   class=css>inline-list-item</code></a>&rsquo;. The marker box is only
+   created if the computed value of the &lsquo;<code
    class=property>content</code>&rsquo; property for the pseudo-element is
    not &lsquo;<a href="#none"><code class=css>none</code></a>&rsquo;.
 
@@ -1343,9 +1336,9 @@
    class=property>type</code></a>&rsquo; descriptor; if this is missing the
    @counter-style <dfn id=is>is</dfn> invalid and must be ignored. The
    <i>&lt;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 &lsquo;<a href="#descdef-type"><code
@@ -4433,7 +4426,7 @@
     <tr>
      <td><a class=property href="#list-style-type">list-style-type</a>
 
-     <td>&lt;string> | &lt;counter-style> | inline | none
+     <td>&lt;string> | &lt;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>&lt;string></b> | <b>&lt;counter-style></b> | inline | none
+			<td><b>&lt;string></b> | <b>&lt;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>&lt;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