csswg/css3-gcpm Overview.html,1.156,1.157

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

Modified Files:
	Overview.html 
Log Message:
x

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-gcpm/Overview.html,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -d -r1.156 -r1.157
--- Overview.html	31 Oct 2011 18:53:30 -0000	1.156
+++ Overview.html	31 Oct 2011 20:58:55 -0000	1.157
@@ -733,8 +733,8 @@
   <p>In CSS3, a leader is composed of series of glyphs through the
    &lsquo;<code class=css>leader()</code>&rsquo; value on the &lsquo;<code
    class=property>content</code>&rsquo; property. The functional notation
-   accepts one value which describes the glyph pattern that make up the
-   leader. These values are allowed:
+   accepts two values. The first describes the glyph pattern that makes up
+   the leader. These values are allowed:
 
   <ul>
    <li>leader(dotted)
@@ -779,12 +779,27 @@
 
      <td>\0020
   </table>
-  <!--
-<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.
--->
-  <!--<p class="issue">Are the keywords really necessary?</p>-->
+
+  <p>The second value describes the alignement of the leader. These values
+   are allowed:
+
+  <dl>
+   <dt>start
+
+   <dd>
+
+   <dt>end
+
+   <dd>
+
+   <dt>center
+
+   <dd>
+
+   <dt>space
+
+   <dd>
+  </dl>
 
   <p>The string inside the parenthesis is called the <em>leader string</em>.
 

Received on Monday, 31 October 2011 21:01:01 UTC