- From: H?kon Wium Lie via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 31 Oct 2011 21:45:49 +0000
- To: public-css-commits@w3.org
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 ‘<code
+ class=property>content</code>’ property only takes one ‘<code
+ class=css>leader()</code>’ 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, ‘<code
+ class=property>letter-spacing</code>’, white-space properties,
+ background properties, and ‘<code
+ class=property>color</code>’.
<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 ‘<code
- class=property>content</code>’ property only takes one ‘<code
- class=css>leader()</code>’ 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, ‘<code
- class=property>letter-spacing</code>’, white-space properties,
- background properties, and ‘<code
- class=property>color</code>’.
<p>In a more complex example, the ‘<code
class=property>leader</code>’ value is combined with other values on
Received on Monday, 31 October 2011 21:45:53 UTC