csswg/css3-lists Overview.html,1.100,1.101 Overview.src.html,1.147,1.148

Update of /sources/public/csswg/css3-lists
In directory hutz:/tmp/cvs-serv18578

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Formatting fixup.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.html,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -d -r1.100 -r1.101
--- Overview.html	18 Nov 2011 22:02:26 -0000	1.100
+++ Overview.html	18 Nov 2011 22:19:25 -0000	1.101
@@ -1855,8 +1855,8 @@
 
   <ol>
    <li>Pop the first <a href="#additive-tuple"><i>additive tuple</i></a> from
-    the <var>glyph list</var>. This is the <dfn id=current-tuple>current
-    tuple</dfn>.
+    the <var>glyph list</var>. This is the <dfn id=current-tuple
+    title="current tuple|current tuple's">current tuple</dfn>.
 
    <li>Append the <a href="#current-tuple"><i>current
     tuple</i></a>&lsquo;<code class=css>s <a href="#counter-glyph"><i>counter
@@ -1865,10 +1865,9 @@
     weight )</code> times (this may be 0).
 
    <li>Decrement <var>value</var> by the <var><a
-    href="#current-tuple"><i>current tuple</i></a>&lsquo;<code class=css>s
-    weight multiplied by the number of times the <a
-    href="#current-tuple"><i>current tuple</i></a> was appended to
-    <var>S</var> in the previous step.</code></var>
+    href="#current-tuple"><i>current tuple's</i></a> weight multiplied by the
+    number of times the <a href="#current-tuple"><i>current tuple</i></a> was
+    appended to <var>S</var> in the previous step.</var>
   </ol>
 
   <p>If the loop ended because <var>value</var> is 0, return S. Otherwise,
@@ -1881,16 +1880,10 @@
    <pre>
 @counter-style <dfn id=dice>dice</dfn> {
 	type: additive;
-	additive-glyphs: 6 &rsquo;⚅&lsquo;<code
-    class=css>, 5 </code>&rsquo;⚄&lsquo;<code
-    class=css>, 4 </code>&rsquo;⚃&lsquo;<code
-    class=css>, 3 </code>&rsquo;⚂&lsquo;<code
-    class=css>, 2 </code>&rsquo;⚁&lsquo;<code
-    class=css>, 1 </code>&rsquo;⚀&lsquo;<code class=css>;
-	suffix: </code>&rsquo;&lsquo;<code
-    class=css>;
+	additive-glyphs: 6 '⚅', 5 '⚄', 4 '⚃', 3 '⚂', 2 '⚁', 1 '⚀';
+	suffix: '';
 }
-		</code></pre>
+		</pre>
 
    <p>It will then produce lists that look like:</p>
 
@@ -1908,10 +1901,10 @@
   <p>The <i>additive</i> type will produce representations with sizes that
    are linear in the magnitude of the counter value. This can potentially be
    abused to generate excessively large representations and consume undue
-   amounts of the user&rsquo;s memory or even hang their browser. User agents
-   must support representations at least 20 characters long, but they may
-   choose to instead use the fallback style for representations that would be
-   longer than 20 characters.
+   amounts of the user's memory or even hang their browser. User agents must
+   support representations at least 20 characters long, but they may choose
+   to instead use the fallback style for representations that would be longer
+   than 20 characters.
 
   <h4 id=override><span class=secno>8.1.7. </span> override</h4>
 
@@ -4898,6 +4891,9 @@
    <li>current tuple, <a href="#current-tuple"
     title="current tuple"><strong>8.1.6.</strong></a>
 
+   <li>current tuple's, <a href="#current-tuple"
+    title="current tuple's"><strong>8.1.6.</strong></a>
+
    <li>dash, <a href="#dash" title=dash><strong>10.1.</strong></a>
 
    <li>decimal, <a href="#decimal" title=decimal><strong>10.2.</strong></a>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.src.html,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -d -r1.147 -r1.148
--- Overview.src.html	18 Nov 2011 22:02:26 -0000	1.147
+++ Overview.src.html	18 Nov 2011 22:19:26 -0000	1.148
@@ -1207,13 +1207,13 @@
 
 	<ol>
 		<li>Pop the first <i>additive tuple</i> from the <var>glyph list</var>.
-		This is the <dfn>current tuple</dfn>.</li>
+		This is the <dfn title="current tuple|current tuple's">current tuple</dfn>.</li>
 
 		<li>Append the <i>current tuple</i>'s <i>counter glyph</i> to <var>S</var> 
-		<code>floor( <var>value</var> / <var><i>current tuple</i>'s weight</var> )</code>
+		<code>floor( <var>value</var> / <var><i>current tuple's</i> weight</var> )</code>
 		times (this may be 0).</li>
 
-		<li>Decrement <var>value</var> by the <var><i>current tuple</i>'s weight multiplied
+		<li>Decrement <var>value</var> by the <var><i>current tuple's</i> weight multiplied
 		by the number of times the <i>current tuple</i> was appended to <var>S</var>
 		in the previous step.</li>
 	</ol>

Received on Friday, 18 November 2011 22:19:35 UTC