Skip to content

Commit 3df8eae

Browse files
committed
x
1 parent 8aef037 commit 3df8eae

1 file changed

Lines changed: 23 additions & 8 deletions

File tree

css3-gcpm/Overview.html

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -733,8 +733,8 @@ <h2 id=leaders><span class=secno>3. </span>Leaders</h2>
733733
<p>In CSS3, a leader is composed of series of glyphs through the
734734
&lsquo;<code class=css>leader()</code>&rsquo; value on the &lsquo;<code
735735
class=property>content</code>&rsquo; property. The functional notation
736-
accepts one value which describes the glyph pattern that make up the
737-
leader. These values are allowed:
736+
accepts two values. The first describes the glyph pattern that makes up
737+
the leader. These values are allowed:
738738

739739
<ul>
740740
<li>leader(dotted)
@@ -779,12 +779,27 @@ <h2 id=leaders><span class=secno>3. </span>Leaders</h2>
779779

780780
<td>\0020
781781
</table>
782-
<!--
783-
<p class="issue">Some fonts may not have suitable glyphs for all
784-
patterns. For example, in some Eastern languages, the alignment of the
785-
shape within the glyph may not be optimal for creating leaders.
786-
-->
787-
<!--<p class="issue">Are the keywords really necessary?</p>-->
782+
783+
<p>The second value describes the alignement of the leader. These values
784+
are allowed:
785+
786+
<dl>
787+
<dt>start
788+
789+
<dd>
790+
791+
<dt>end
792+
793+
<dd>
794+
795+
<dt>center
796+
797+
<dd>
798+
799+
<dt>space
800+
801+
<dd>
802+
</dl>
788803

789804
<p>The string inside the parenthesis is called the <em>leader string</em>.
790805

0 commit comments

Comments
 (0)