Skip to content

Commit ebdfd78

Browse files
committed
Add left combinations to text-emphasis-position per <http://lists.w3.org/Archives/Public/www-style/2011Feb/0804.html>
1 parent cbdabc0 commit ebdfd78

2 files changed

Lines changed: 48 additions & 36 deletions

File tree

css3-text/Overview.html

Lines changed: 39 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,14 @@
8383

8484
<h1>CSS Text Level 3</h1>
8585

86-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 23 February
87-
2011</h2>
86+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 2 March 2011</h2>
8887

8988
<dl>
9089
<dt>This version:
9190

9291
<dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
93-
2011/02/23 06:42:25 $ (CVS $Revision$)</a> <!--
94-
<dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110223/">http://www.w3.org/TR/2011/WD-css3-text-20110223/</a></dd>
92+
2011/02/23 19:29:23 $ (CVS $Revision$)</a> <!--
93+
<dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110302/">http://www.w3.org/TR/2011/WD-css3-text-20110302/</a></dd>
9594
-->
9695

9796

@@ -5168,7 +5167,7 @@ <h4 id=text-emphasis-position><span class=secno>11.2.4. </span> Emphasis
51685167
<tr>
51695168
<th>Value:
51705169

5171-
<td>above right | below right
5170+
<td>[ above | below ] && [ right | left ]
51725171

51735172
<tr>
51745173
<th>Initial:
@@ -5205,21 +5204,26 @@ <h4 id=text-emphasis-position><span class=secno>11.2.4. </span> Emphasis
52055204
have following meanings:
52065205

52075206
<dl>
5208-
<dt><dfn id=above-right title="text-emphasis:above right">&lsquo;<code
5209-
class=css>above right</code>&rsquo;</dfn>
5207+
<dt><dfn id=above title="text-emphasis:above">&lsquo;<code
5208+
class=css>above</code>&rsquo;</dfn>
52105209

5211-
<dd>Draw marks above the text in horizontal layout, to the right in
5212-
vertical typographic mode. This is the default position.
5210+
<dd>Draw marks over the text in horizontal typographic mode.
52135211

5214-
<dt><dfn id=below-right0 title="text-emphasis:below right">&lsquo;<code
5215-
class=css>below right</code>&rsquo;</dfn>
5212+
<dt><dfn id=below title="text-emphasis:below">&lsquo;<code
5213+
class=css>below</code>&rsquo;</dfn>
52165214

5217-
<dd>Draw marks below the text in horizontal layout, to the right in
5218-
vertical typographic mode.
5219-
</dl>
5215+
<dd>Draw marks under the text in horizontal typographic mode.
5216+
5217+
<dt><dfn id=right0 title="text-emphasis:right">&lsquo;<code
5218+
class=css>right</code>&rsquo;</dfn>
52205219

5221-
<p class=issue>Do we need to add &lsquo;<code class=css>left</code>&rsquo;
5222-
combinations?
5220+
<dd>Draw marks to the right of the text in vertical typographic mode.
5221+
5222+
<dt><dfn id=left0 title="text-emphasis:left">&lsquo;<code
5223+
class=css>left</code>&rsquo;</dfn>
5224+
5225+
<dd>Draw marks to the left of the text in vertical typographic mode.
5226+
</dl>
52235227

52245228
<p>Emphasis marks are drawn exactly as if each grapheme cluster was
52255229
assigned the mark as its ruby annotation text with the ruby position given
@@ -5645,9 +5649,10 @@ <h3 class=no-num id=normative-ref>Normative references</h3>
56455649
<dt id=UAX29>[UAX29]
56465650

56475651
<dd>Mark Davis. <a
5648-
href="http://www.unicode.org/unicode/reports/tr29/tr29-9.html"><cite>Text
5649-
Boundaries.</cite></a> 25 March 2005. Unicode Standard Annex #29. URL: <a
5650-
href="http://www.unicode.org/unicode/reports/tr29/tr29-9.html">http://www.unicode.org/unicode/reports/tr29/tr29-9.html</a>
5652+
href="http://www.unicode.org/reports/tr29/tr29-17.html"><cite>Unicode
5653+
Text Segmentation.</cite></a> 8 October 2010. Unicode Standard Annex #29.
5654+
URL: <a
5655+
href="http://www.unicode.org/reports/tr29/tr29-17.html">http://www.unicode.org/reports/tr29/tr29-17.html</a>
56515656
</dd>
56525657
<!---->
56535658

@@ -5711,9 +5716,10 @@ <h3 class=no-num id=informative-ref>Informative references</h3>
57115716
<dt id=UAX29>[UAX29]
57125717

57135718
<dd>Mark Davis. <a
5714-
href="http://www.unicode.org/unicode/reports/tr29/tr29-9.html"><cite>Text
5715-
Boundaries.</cite></a> 25 March 2005. Unicode Standard Annex #29. URL: <a
5716-
href="http://www.unicode.org/unicode/reports/tr29/tr29-9.html">http://www.unicode.org/unicode/reports/tr29/tr29-9.html</a>
5719+
href="http://www.unicode.org/reports/tr29/tr29-17.html"><cite>Unicode
5720+
Text Segmentation.</cite></a> 8 October 2010. Unicode Standard Annex #29.
5721+
URL: <a
5722+
href="http://www.unicode.org/reports/tr29/tr29-17.html">http://www.unicode.org/reports/tr29/tr29-17.html</a>
57175723
</dd>
57185724
<!---->
57195725

@@ -6112,7 +6118,7 @@ <h2 class=no-num id=appendix-b-property-index> Appendix B: Property index</h2>
61126118
<td><a class=property
61136119
href="#text-emphasis-position0">text-emphasis-position</a>
61146120

6115-
<td>above right | below right
6121+
<td>[ above | below ] && [ right | left ]
61166122

61176123
<td>above right
61186124

@@ -6631,11 +6637,11 @@ <h2 class=no-num id=index>Index</h2>
66316637
<li>text-emphasis, <a href="#text-emphasis0"
66326638
title=text-emphasis><strong>11.2.3.</strong></a>
66336639

6634-
<li>text-emphasis:above right, <a href="#above-right"
6635-
title="text-emphasis:above right"><strong>11.2.4.</strong></a>
6640+
<li>text-emphasis:above, <a href="#above"
6641+
title="text-emphasis:above"><strong>11.2.4.</strong></a>
66366642

6637-
<li>text-emphasis:below right, <a href="#below-right0"
6638-
title="text-emphasis:below right"><strong>11.2.4.</strong></a>
6643+
<li>text-emphasis:below, <a href="#below"
6644+
title="text-emphasis:below"><strong>11.2.4.</strong></a>
66396645

66406646
<li>text-emphasis:circle, <a href="#circle"
66416647
title="text-emphasis:circle"><strong>11.2.1.</strong></a>
@@ -6652,6 +6658,9 @@ <h2 class=no-num id=index>Index</h2>
66526658
<li>text-emphasis:filled, <a href="#filled"
66536659
title="text-emphasis:filled"><strong>11.2.1.</strong></a>
66546660

6661+
<li>text-emphasis:left, <a href="#left0"
6662+
title="text-emphasis:left"><strong>11.2.4.</strong></a>
6663+
66556664
<li>text-emphasis:none, <a href="#none5"
66566665
title="text-emphasis:none"><strong>11.2.1.</strong></a>
66576666

@@ -6661,6 +6670,9 @@ <h2 class=no-num id=index>Index</h2>
66616670
<li>text-emphasis-position, <a href="#text-emphasis-position0"
66626671
title=text-emphasis-position><strong>11.2.4.</strong></a>
66636672

6673+
<li>text-emphasis:right, <a href="#right0"
6674+
title="text-emphasis:right"><strong>11.2.4.</strong></a>
6675+
66646676
<li>text-emphasis:sesame, <a href="#ltstringgt0"
66656677
title="text-emphasis:sesame"><strong>11.2.1.</strong></a>, <a
66666678
href="#sesame" title="text-emphasis:sesame"><strong>11.2.1.</strong></a>

css3-text/Overview.src.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3912,7 +3912,7 @@ <h4 id="text-emphasis-position">
39123912
</tr>
39133913
<tr>
39143914
<th>Value:</th>
3915-
<td>above right | below right
3915+
<td>[ above | below ] && [ right | left ]
39163916
</td>
39173917
</tr>
39183918
<tr>
@@ -3946,16 +3946,16 @@ <h4 id="text-emphasis-position">
39463946
The values have following meanings:</p>
39473947

39483948
<dl>
3949-
<dt><dfn title="text-emphasis:above right">''above right''</dfn></dt>
3950-
<dd>Draw marks above the text in horizontal layout, to the right in
3951-
vertical typographic mode. This is the default position.</dd>
3952-
<dt><dfn title="text-emphasis:below right">''below right''</dfn></dt>
3953-
<dd>Draw marks below the text in horizontal layout, to the right in
3954-
vertical typographic mode.</dd>
3949+
<dt><dfn title="text-emphasis:above">''above''</dfn></dt>
3950+
<dd>Draw marks over the text in horizontal typographic mode.</dd>
3951+
<dt><dfn title="text-emphasis:below">''below''</dfn></dt>
3952+
<dd>Draw marks under the text in horizontal typographic mode.</dd>
3953+
<dt><dfn title="text-emphasis:right">''right''</dfn></dt>
3954+
<dd>Draw marks to the right of the text in vertical typographic mode.</dd>
3955+
<dt><dfn title="text-emphasis:left">''left''</dfn></dt>
3956+
<dd>Draw marks to the left of the text in vertical typographic mode.</dd>
39553957
</dl>
39563958

3957-
<p class="issue">Do we need to add ''left'' combinations?</p>
3958-
39593959
<p>Emphasis marks are drawn exactly as if each grapheme cluster was
39603960
assigned the mark as its ruby annotation text with the ruby position
39613961
given by 'text-emphasis-position' and the ruby alignment as centered.

0 commit comments

Comments
 (0)