- From: H?kon Wium Lie via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 31 Oct 2011 21:35:34 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-gcpm
In directory hutz:/tmp/cvs-serv8829
Modified Files:
Overview.html
Log Message:
x
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-gcpm/Overview.html,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -d -r1.157 -r1.158
--- Overview.html 31 Oct 2011 20:58:55 -0000 1.157
+++ Overview.html 31 Oct 2011 21:35:31 -0000 1.158
@@ -786,21 +786,39 @@
<dl>
<dt>start
- <dd>
+ <dd>align leader string with the start
<dt>end
- <dd>
+ <dd>align leader string with the end
<dt>center
- <dd>
+ <dd>center leader string
<dt>space
- <dd>
+ <dd>space out characters to take up all available space
+
+ <dt>pattern
+
+ <dd>default value
</dl>
+ <div class=example>
+ <pre>
+heading::after { content: leader(dotted, start) }
+heading::after { content: leader(dotted, end) }
+heading::after { content: leader(dotted, center) }
+heading::after { content: leader(dotted, space) }
+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
@@ -829,9 +847,6 @@
background properties, and ‘<code
class=property>color</code>’.
- <p>User Agents should attempt to align corresponding glyphs from the leader
- pattern between consecutive lines.
-
<p>In a more complex example, the ‘<code
class=property>leader</code>’ value is combined with other values on
the ‘<code class=property>content</code>’ property:
Received on Monday, 31 October 2011 21:37:38 UTC