- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 09 Feb 2011 18:24:09 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-text
In directory hutz:/tmp/cvs-serv6570
Modified Files:
Overview.html Overview.src.html
Log Message:
normalize references to [UAX14]; fix langtag leftover error in Appendix C
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- Overview.html 9 Feb 2011 18:00:53 -0000 1.51
+++ Overview.html 9 Feb 2011 18:24:06 -0000 1.52
@@ -90,7 +90,7 @@
<dt>This version:
<dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
- 2011/02/09 17:54:16 $ (CVS $Revision$)</a> <!--<dd><a
+ 2011/02/09 18:00:53 $ (CVS $Revision$)</a> <!--<dd><a
href="http://www.w3.org/TR/2010/WD-css3-text-20101005/">http://www.w3.org/TR/2010/WD-css3-text-20101005/</a></dd> -->
@@ -1502,7 +1502,7 @@
explicit hyphen. Unicode Standard Annex #14 describes the <a
href="http://unicode.org/reports/tr14/#SoftHyphen">role of soft hyphens
in</a> Unicode line breaking. <a href="#UAX14"
- rel=biblioentry>[UAX14]<!--{{UAX14}}--></a>
+ rel=biblioentry>[UAX14]<!--{{!UAX14}}--></a>
</div>
<div class=example>
@@ -2126,8 +2126,8 @@
<dd>Lines may break at allowed break points, as determined by the
line-breaking rules in effect. Line breaking behavior defined for the WJ,
- ZW, and GL line-breaking classes in [<a href="#UAX14">UAX14</a>] must be
- honored.
+ ZW, and GL line-breaking classes in <a href="#UAX14"
+ rel=biblioentry>[UAX14]<!--{{!UAX14}}--></a> must be honored.
<dt><dfn id=none1 title="text-wrap:none"><code>none</code></dfn>
@@ -2154,8 +2154,8 @@
<p>Regardless of the ‘<a href="#text-wrap0"><code
class=property>text-wrap</code></a>’ value, lines always break at
forced breaks: for all values, line-breaking behavior defined for the BK,
- CR, LF, CM NL, and SG line breaking classes in [<a
- href="#UAX14">UAX14</a>] must be honored.
+ CR, LF, CM NL, and SG line breaking classes in <a href="#UAX14"
+ rel=biblioentry>[UAX14]<!--{{!UAX14}}--></a> must be honored.
<p>When <span class=property>‘<a href="#text-wrap0"><code
class=property>text-wrap</code></a>’</span> is set to ‘<code
@@ -5548,16 +5548,6 @@
</dd>
<!---->
- <dt id=UAX14>[UAX14]
-
- <dd>Asmus Freytag. <a
- href="http://www.unicode.org/unicode/reports/tr14/tr14-17.html"><cite>Line
- Breaking Properties.</cite></a> 29 March 2005. Unicode Standard Annex
- #14. URL: <a
- href="http://www.unicode.org/unicode/reports/tr14/tr14-17.html">http://www.unicode.org/unicode/reports/tr14/tr14-17.html</a>
- </dd>
- <!---->
-
<dt id=ZHMARK>[ZHMARK]
<dd><cite>标点符号用法 (Punctuation
@@ -6166,8 +6156,8 @@
<!-- --> emphasis marks should only apply to base text */
<!-- -->rt { text-emphasis: none; }
<!-- -->
-<!-- -->:root:lang(zh-Hans) {
-<!-- -->/* default emphasis mark position is 'under' for Chinese (Simplified) */
+<!-- -->:root:lang(zh) {
+<!-- -->/* default emphasis mark position is 'under' for Chinese */
<!-- --> text-emphasis-position: under;
<!-- -->}
<!-- -->
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -d -r1.146 -r1.147
--- Overview.src.html 9 Feb 2011 18:00:53 -0000 1.146
+++ Overview.src.html 9 Feb 2011 18:24:06 -0000 1.147
@@ -1012,7 +1012,7 @@
<p>In Unicode, U+00AD is a conditional "soft hyphen" and U+2010 is an
explicit hyphen. Unicode Standard Annex #14 describes the
<a href="http://unicode.org/reports/tr14/#SoftHyphen">role of soft hyphens in</a>
- Unicode line breaking. [[UAX14]]
+ Unicode line breaking. [[!UAX14]]
</div>
<div class="example">
@@ -1467,7 +1467,7 @@
<dd>Lines may break at allowed break points, as determined by the
line-breaking rules in effect. Line breaking behavior defined
for the WJ, ZW, and GL line-breaking classes in
- [<a href="#UAX14">UAX14</a>] must be honored.
+ [[!UAX14]] must be honored.
<dt><dfn title="text-wrap:none"><code>none</code></dfn></dt>
<dd>Lines may not break; text that does not fit within the block container
overflows it.</dd>
@@ -1486,7 +1486,7 @@
<p>Regardless of the 'text-wrap' value, lines always break at forced breaks:
for all values, line-breaking behavior defined for the BK, CR, LF, CM
- NL, and SG line breaking classes in [<a href="#UAX14">UAX14</a>] must
+ NL, and SG line breaking classes in [[!UAX14]] must
be honored.</p>
<p>When <span class="property">'text-wrap'</span> is set to 'normal' or
@@ -4146,8 +4146,8 @@
<!-- --> emphasis marks should only apply to base text */
<!-- -->rt { text-emphasis: none; }
<!-- -->
-<!-- -->:root:lang(zh-Hans) {
-<!-- -->/* default emphasis mark position is 'under' for Chinese (Simplified) */
+<!-- -->:root:lang(zh) {
+<!-- -->/* default emphasis mark position is 'under' for Chinese */
<!-- --> text-emphasis-position: under;
<!-- -->}
<!-- -->
Received on Wednesday, 9 February 2011 18:24:11 UTC