- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 02 Mar 2011 00:32:28 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-text
In directory hutz:/tmp/cvs-serv6653
Modified Files:
Overview.html Overview.src.html
Log Message:
Add left combinations to text-emphasis-position per <http://lists.w3.org/Archives/Public/www-style/2011Feb/0804.html>
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- Overview.html 23 Feb 2011 19:29:23 -0000 1.69
+++ Overview.html 2 Mar 2011 00:32:25 -0000 1.70
@@ -83,15 +83,14 @@
<h1>CSS Text Level 3</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 23 February
- 2011</h2>
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 2 March 2011</h2>
<dl>
<dt>This version:
<dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
- 2011/02/23 06:42:25 $ (CVS $Revision$)</a> <!--
- <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>
+ 2011/02/23 19:29:23 $ (CVS $Revision$)</a> <!--
+ <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>
-->
@@ -5168,7 +5167,7 @@
<tr>
<th>Value:
- <td>above right | below right
+ <td>[ above | below ] && [ right | left ]
<tr>
<th>Initial:
@@ -5205,21 +5204,26 @@
have following meanings:
<dl>
- <dt><dfn id=above-right title="text-emphasis:above right">‘<code
- class=css>above right</code>’</dfn>
+ <dt><dfn id=above title="text-emphasis:above">‘<code
+ class=css>above</code>’</dfn>
- <dd>Draw marks above the text in horizontal layout, to the right in
- vertical typographic mode. This is the default position.
+ <dd>Draw marks over the text in horizontal typographic mode.
- <dt><dfn id=below-right0 title="text-emphasis:below right">‘<code
- class=css>below right</code>’</dfn>
+ <dt><dfn id=below title="text-emphasis:below">‘<code
+ class=css>below</code>’</dfn>
- <dd>Draw marks below the text in horizontal layout, to the right in
- vertical typographic mode.
- </dl>
+ <dd>Draw marks under the text in horizontal typographic mode.
- <p class=issue>Do we need to add ‘<code class=css>left</code>’
- combinations?
+ <dt><dfn id=right0 title="text-emphasis:right">‘<code
+ class=css>right</code>’</dfn>
+
+ <dd>Draw marks to the right of the text in vertical typographic mode.
+
+ <dt><dfn id=left0 title="text-emphasis:left">‘<code
+ class=css>left</code>’</dfn>
+
+ <dd>Draw marks to the left of the text in vertical typographic mode.
+ </dl>
<p>Emphasis marks are drawn exactly as if each grapheme cluster was
assigned the mark as its ruby annotation text with the ruby position given
@@ -5645,9 +5649,10 @@
<dt id=UAX29>[UAX29]
<dd>Mark Davis. <a
- href="http://www.unicode.org/unicode/reports/tr29/tr29-9.html"><cite>Text
- Boundaries.</cite></a> 25 March 2005. Unicode Standard Annex #29. URL: <a
- href="http://www.unicode.org/unicode/reports/tr29/tr29-9.html">http://www.unicode.org/unicode/reports/tr29/tr29-9.html</a>
+ href="http://www.unicode.org/reports/tr29/tr29-17.html"><cite>Unicode
+ Text Segmentation.</cite></a> 8 October 2010. Unicode Standard Annex #29.
+ URL: <a
+ href="http://www.unicode.org/reports/tr29/tr29-17.html">http://www.unicode.org/reports/tr29/tr29-17.html</a>
</dd>
<!---->
@@ -5711,9 +5716,10 @@
<dt id=UAX29>[UAX29]
<dd>Mark Davis. <a
- href="http://www.unicode.org/unicode/reports/tr29/tr29-9.html"><cite>Text
- Boundaries.</cite></a> 25 March 2005. Unicode Standard Annex #29. URL: <a
- href="http://www.unicode.org/unicode/reports/tr29/tr29-9.html">http://www.unicode.org/unicode/reports/tr29/tr29-9.html</a>
+ href="http://www.unicode.org/reports/tr29/tr29-17.html"><cite>Unicode
+ Text Segmentation.</cite></a> 8 October 2010. Unicode Standard Annex #29.
+ URL: <a
+ href="http://www.unicode.org/reports/tr29/tr29-17.html">http://www.unicode.org/reports/tr29/tr29-17.html</a>
</dd>
<!---->
@@ -6112,7 +6118,7 @@
<td><a class=property
href="#text-emphasis-position0">text-emphasis-position</a>
- <td>above right | below right
+ <td>[ above | below ] && [ right | left ]
<td>above right
@@ -6631,11 +6637,11 @@
<li>text-emphasis, <a href="#text-emphasis0"
title=text-emphasis><strong>11.2.3.</strong></a>
- <li>text-emphasis:above right, <a href="#above-right"
- title="text-emphasis:above right"><strong>11.2.4.</strong></a>
+ <li>text-emphasis:above, <a href="#above"
+ title="text-emphasis:above"><strong>11.2.4.</strong></a>
- <li>text-emphasis:below right, <a href="#below-right0"
- title="text-emphasis:below right"><strong>11.2.4.</strong></a>
+ <li>text-emphasis:below, <a href="#below"
+ title="text-emphasis:below"><strong>11.2.4.</strong></a>
<li>text-emphasis:circle, <a href="#circle"
title="text-emphasis:circle"><strong>11.2.1.</strong></a>
@@ -6652,6 +6658,9 @@
<li>text-emphasis:filled, <a href="#filled"
title="text-emphasis:filled"><strong>11.2.1.</strong></a>
+ <li>text-emphasis:left, <a href="#left0"
+ title="text-emphasis:left"><strong>11.2.4.</strong></a>
+
<li>text-emphasis:none, <a href="#none5"
title="text-emphasis:none"><strong>11.2.1.</strong></a>
@@ -6661,6 +6670,9 @@
<li>text-emphasis-position, <a href="#text-emphasis-position0"
title=text-emphasis-position><strong>11.2.4.</strong></a>
+ <li>text-emphasis:right, <a href="#right0"
+ title="text-emphasis:right"><strong>11.2.4.</strong></a>
+
<li>text-emphasis:sesame, <a href="#ltstringgt0"
title="text-emphasis:sesame"><strong>11.2.1.</strong></a>, <a
href="#sesame" title="text-emphasis:sesame"><strong>11.2.1.</strong></a>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -d -r1.165 -r1.166
--- Overview.src.html 23 Feb 2011 19:29:23 -0000 1.165
+++ Overview.src.html 2 Mar 2011 00:32:26 -0000 1.166
@@ -3912,7 +3912,7 @@
</tr>
<tr>
<th>Value:</th>
- <td>above right | below right
+ <td>[ above | below ] && [ right | left ]
</td>
</tr>
<tr>
@@ -3946,16 +3946,16 @@
The values have following meanings:</p>
<dl>
- <dt><dfn title="text-emphasis:above right">''above right''</dfn></dt>
- <dd>Draw marks above the text in horizontal layout, to the right in
- vertical typographic mode. This is the default position.</dd>
- <dt><dfn title="text-emphasis:below right">''below right''</dfn></dt>
- <dd>Draw marks below the text in horizontal layout, to the right in
- vertical typographic mode.</dd>
+ <dt><dfn title="text-emphasis:above">''above''</dfn></dt>
+ <dd>Draw marks over the text in horizontal typographic mode.</dd>
+ <dt><dfn title="text-emphasis:below">''below''</dfn></dt>
+ <dd>Draw marks under the text in horizontal typographic mode.</dd>
+ <dt><dfn title="text-emphasis:right">''right''</dfn></dt>
+ <dd>Draw marks to the right of the text in vertical typographic mode.</dd>
+ <dt><dfn title="text-emphasis:left">''left''</dfn></dt>
+ <dd>Draw marks to the left of the text in vertical typographic mode.</dd>
</dl>
- <p class="issue">Do we need to add ''left'' combinations?</p>
-
<p>Emphasis marks are drawn exactly as if each grapheme cluster was
assigned the mark as its ruby annotation text with the ruby position
given by 'text-emphasis-position' and the ruby alignment as centered.
Received on Wednesday, 2 March 2011 00:32:30 UTC