File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ‘< code class =css > leader()</ code > ’ value on the ‘< code
735735 class =property > content</ code > ’ 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
You can’t perform that action at this time.
0 commit comments