- From: Ishii Koji via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 06 Apr 2011 18:02:39 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-text
In directory hutz:/tmp/cvs-serv13916
Modified Files:
Overview.html Overview.src.html
Log Message:
Fix two validation errors:
ID "HYPHENATE-CHAR-LIMITS" already defined
ID "UAX29" already defined
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- Overview.html 6 Apr 2011 17:52:10 -0000 1.96
+++ Overview.html 6 Apr 2011 18:02:37 -0000 1.97
@@ -89,7 +89,7 @@
<dt>This version:
<dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
- 2011/04/05 05:30:37 $ (CVS $Revision$)</a> <!--
+ 2011/04/06 17:52:10 $ (CVS $Revision$)</a> <!--
<dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110406/">http://www.w3.org/TR/2011/WD-css3-text-20110406/</a></dd>
-->
@@ -307,7 +307,7 @@
Hyphens: the ‘<code
class=property>hyphenate-character</code>’ property</a>
- <li><a href="#hyphenate-char-limits"><span class=secno>6.3. </span>
+ <li><a href="#hyphenate-size-limits"><span class=secno>6.3. </span>
Hyphenation Size Limit: the ‘<code
class=property>hyphenate-limit-zone</code>’ property</a>
@@ -724,7 +724,7 @@
<p>The definition of "word" used for ‘<code
class=css>capitalize</code>’ is UA-dependent; <a href="#UAX29"
- rel=biblioentry>[UAX29]<!--{{UAX29}}--></a> is suggested (but not
+ rel=biblioentry>[UAX29]<!--{{!UAX29}}--></a> is suggested (but not
required) for determining such word boundaries. Authors should not expect
‘<code class=css>capitalize</code>’ to follow
language-specific titlecasing conventions (such as skipping articles in
@@ -1755,7 +1755,7 @@
<p class=issue>Can we to CLDR for hyphenation character data?
- <h3 id=hyphenate-char-limits><span class=secno>6.3. </span> Hyphenation
+ <h3 id=hyphenate-size-limits><span class=secno>6.3. </span> Hyphenation
Size Limit: the ‘<a href="#hyphenate-limit-zone"><code
class=property>hyphenate-limit-zone</code></a>’ property</h3>
@@ -5803,16 +5803,6 @@
</dd>
<!---->
- <dt id=UAX29>[UAX29]
-
- <dd>Mark Davis. <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>
- <!---->
-
<dt id=ZHMARK>[ZHMARK]
<dd><cite>标点符号用法 (Punctuation
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.195
retrieving revision 1.196
diff -u -d -r1.195 -r1.196
--- Overview.src.html 6 Apr 2011 17:52:10 -0000 1.195
+++ Overview.src.html 6 Apr 2011 18:02:37 -0000 1.196
@@ -385,7 +385,7 @@
affected.</p>
<p>The definition of "word" used for ''capitalize'' is UA-dependent;
- [[UAX29]] is suggested (but not required) for determining such word
+ [[!UAX29]] is suggested (but not required) for determining such word
boundaries. Authors should not expect ''capitalize'' to follow
language-specific titlecasing conventions (such as skipping articles
in English).
@@ -1196,7 +1196,7 @@
<p class="issue">Can we to CLDR for hyphenation character data?</p>
- <h3 id="hyphenate-char-limits">
+ <h3 id="hyphenate-size-limits">
Hyphenation Size Limit: the 'hyphenate-limit-zone' property</h3>
<table class=propdef>
Received on Wednesday, 6 April 2011 18:02:41 UTC