csswg/css3-gcpm Overview.html,1.159,1.160

Update of /sources/public/csswg/css3-gcpm
In directory hutz:/tmp/cvs-serv11904

Modified Files:
	Overview.html 
Log Message:
x

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-gcpm/Overview.html,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -d -r1.159 -r1.160
--- Overview.html	31 Oct 2011 21:37:08 -0000	1.159
+++ Overview.html	31 Oct 2011 21:45:47 -0000	1.160
@@ -779,6 +779,38 @@
 
      <td>\0020
   </table>
+  <!--
+<p>User Agents should attempt to align corresponding glyphs from the  
+leader pattern between consecutive lines.
+-->
+
+  <p>The string inside the parenthesis is called the <em>leader string</em>.
+
+  <p>In its simplest form, the &lsquo;<code
+   class=property>content</code>&rsquo; property only takes one &lsquo;<code
+   class=css>leader()</code>&rsquo; value:
+
+  <div class=example>
+   <pre>
+heading::after { content: leader(dotted) }
+</pre>
+  </div>
+
+  <p>The leader string must be shown in full at least once and this
+   establishes the minimum length of the leader. To fill the available space,
+   the leader string is repeated as many times as possible in the writing
+   direction. At the end of the leader, a partial string pattern may be
+   shown. White space in leaders is collapsed according to the values on
+   white-space properties.
+   <!-- <span class="issue">Or, partial strings be avoided?</span> -->
+   <!--<p class="issue">Should other properties influence the appearance of leaders?-->
+   
+
+  <p>These properties influence the appearance of leaders: all font
+   properties, text properties, &lsquo;<code
+   class=property>letter-spacing</code>&rsquo;, white-space properties,
+   background properties, and &lsquo;<code
+   class=property>color</code>&rsquo;.
 
   <p>The second value describes the alignement of the leader. These values
    are allowed:
@@ -815,38 +847,6 @@
 heading::after { content: leader(dotted, pattern) }
 </pre>
   </div>
-  <!--
-<p>User Agents should attempt to align corresponding glyphs from the  
-leader pattern between consecutive lines.
--->
-
-  <p>The string inside the parenthesis is called the <em>leader string</em>.
-
-  <p>In its simplest form, the &lsquo;<code
-   class=property>content</code>&rsquo; property only takes one &lsquo;<code
-   class=css>leader()</code>&rsquo; value:
-
-  <div class=example>
-   <pre>
-heading::after { content: leader(dotted) }
-</pre>
-  </div>
-
-  <p>The leader string must be shown in full at least once and this
-   establishes the minimum length of the leader. To fill the available space,
-   the leader string is repeated as many times as possible in the writing
-   direction. At the end of the leader, a partial string pattern may be
-   shown. White space in leaders is collapsed according to the values on
-   white-space properties.
-   <!-- <span class="issue">Or, partial strings be avoided?</span> -->
-   <!--<p class="issue">Should other properties influence the appearance of leaders?-->
-   
-
-  <p>These properties influence the appearance of leaders: all font
-   properties, text properties, &lsquo;<code
-   class=property>letter-spacing</code>&rsquo;, white-space properties,
-   background properties, and &lsquo;<code
-   class=property>color</code>&rsquo;.
 
   <p>In a more complex example, the &lsquo;<code
    class=property>leader</code>&rsquo; value is combined with other values on

Received on Monday, 31 October 2011 21:45:53 UTC