csswg/css3-gcpm Overview.src.html,1.164,1.165

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

Modified Files:
	Overview.src.html 
Log Message:
adding second argument to leader()

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-gcpm/Overview.src.html,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -d -r1.164 -r1.165
--- Overview.src.html	31 Oct 2011 21:37:00 -0000	1.164
+++ Overview.src.html	31 Oct 2011 21:45:39 -0000	1.165
@@ -492,6 +492,39 @@
 <tr><td>leader(space)<td>leader(' ')<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 'content' property only takes one
+''leader()'' 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, 'letter-spacing', white-space properties,
+background properties, and 'color'.
+
 <p>The second value describes the alignement of the leader. These values are allowed:
 
 <dl>
@@ -524,37 +557,7 @@
 </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 'content' property only takes one
-''leader()'' 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, 'letter-spacing', white-space properties,
-background properties, and 'color'.
 
 <p>In a more complex example, the 'leader' value is combined with other
 values on the 'content' property:

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