- From: H?kon Wium Lie via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 31 Oct 2011 20:58:49 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-gcpm
In directory hutz:/tmp/cvs-serv27005
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.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- Overview.src.html 31 Oct 2011 18:53:23 -0000 1.161
+++ Overview.src.html 31 Oct 2011 20:58:47 -0000 1.162
@@ -472,7 +472,7 @@
<p>In CSS3, a leader is composed of series of glyphs through the
''leader()'' value on the 'content' property. The functional notation
-accepts one value which describes the glyph pattern that make up the
+accepts two values. The first describes the glyph pattern that makes up the
leader. These values are allowed:
<ul>
@@ -492,14 +492,23 @@
<tr><td>leader(space)<td>leader(' ')<td>\0020
</table>
+<p>The second value describes the alignement of the leader. These values are allowed:
-<!--
-<p class="issue">Some fonts may not have suitable glyphs for all
-patterns. For example, in some Eastern languages, the alignment of the
-shape within the glyph may not be optimal for creating leaders.
--->
+<dl>
+<dt>start
+<dd>
+
+<dt>end
+<dd>
+
+<dt>center
+<dd>
+
+<dt>space
+<dd>
+
+</dl>
-<!--<p class="issue">Are the keywords really necessary?</p>-->
<p>The string inside the parenthesis is called the <em>leader string</em>.
Received on Monday, 31 October 2011 20:58:54 UTC