Skip to content

Commit 0428b37

Browse files
committed
Fix two validation errors:
ID "HYPHENATE-CHAR-LIMITS" already defined ID "UAX29" already defined
1 parent 32464dc commit 0428b37

2 files changed

Lines changed: 6 additions & 16 deletions

File tree

css3-text/Overview.html

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 6 April 2011</h2>
8989
<dt>This version:
9090

9191
<dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
92-
2011/04/05 05:30:37 $ (CVS $Revision$)</a> <!--
92+
2011/04/06 17:52:10 $ (CVS $Revision$)</a> <!--
9393
<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>
9494
-->
9595

@@ -307,7 +307,7 @@ <h2 class="no-num no-toc" id=contents>Table of Contents</h2>
307307
Hyphens: the &lsquo;<code
308308
class=property>hyphenate-character</code>&rsquo; property</a>
309309

310-
<li><a href="#hyphenate-char-limits"><span class=secno>6.3. </span>
310+
<li><a href="#hyphenate-size-limits"><span class=secno>6.3. </span>
311311
Hyphenation Size Limit: the &lsquo;<code
312312
class=property>hyphenate-limit-zone</code>&rsquo; property</a>
313313

@@ -724,7 +724,7 @@ <h3 id=text-transform><span class=secno>3.1. </span> <a name=caps-prop></a>
724724

725725
<p>The definition of "word" used for &lsquo;<code
726726
class=css>capitalize</code>&rsquo; is UA-dependent; <a href="#UAX29"
727-
rel=biblioentry>[UAX29]<!--{{UAX29}}--></a> is suggested (but not
727+
rel=biblioentry>[UAX29]<!--{{!UAX29}}--></a> is suggested (but not
728728
required) for determining such word boundaries. Authors should not expect
729729
&lsquo;<code class=css>capitalize</code>&rsquo; to follow
730730
language-specific titlecasing conventions (such as skipping articles in
@@ -1755,7 +1755,7 @@ <h3 id=hyphenate-character><span class=secno>6.2. </span> Hyphens: the
17551755

17561756
<p class=issue>Can we to CLDR for hyphenation character data?
17571757

1758-
<h3 id=hyphenate-char-limits><span class=secno>6.3. </span> Hyphenation
1758+
<h3 id=hyphenate-size-limits><span class=secno>6.3. </span> Hyphenation
17591759
Size Limit: the &lsquo;<a href="#hyphenate-limit-zone"><code
17601760
class=property>hyphenate-limit-zone</code></a>&rsquo; property</h3>
17611761

@@ -5803,16 +5803,6 @@ <h3 class=no-num id=informative-ref>Informative references</h3>
58035803
</dd>
58045804
<!---->
58055805

5806-
<dt id=UAX29>[UAX29]
5807-
5808-
<dd>Mark Davis. <a
5809-
href="http://www.unicode.org/reports/tr29/tr29-17.html"><cite>Unicode
5810-
Text Segmentation.</cite></a> 8 October 2010. Unicode Standard Annex
5811-
#29. URL: <a
5812-
href="http://www.unicode.org/reports/tr29/tr29-17.html">http://www.unicode.org/reports/tr29/tr29-17.html</a>
5813-
</dd>
5814-
<!---->
5815-
58165806
<dt id=ZHMARK>[ZHMARK]
58175807

58185808
<dd><cite>&#26631;&#28857;&#31526;&#21495;&#29992;&#27861; (Punctuation

css3-text/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ <h3 id="text-transform">
385385
affected.</p>
386386

387387
<p>The definition of "word" used for ''capitalize'' is UA-dependent;
388-
[[UAX29]] is suggested (but not required) for determining such word
388+
[[!UAX29]] is suggested (but not required) for determining such word
389389
boundaries. Authors should not expect ''capitalize'' to follow
390390
language-specific titlecasing conventions (such as skipping articles
391391
in English).
@@ -1196,7 +1196,7 @@ <h3 id="hyphenate-character">
11961196

11971197
<p class="issue">Can we to CLDR for hyphenation character data?</p>
11981198

1199-
<h3 id="hyphenate-char-limits">
1199+
<h3 id="hyphenate-size-limits">
12001200
Hyphenation Size Limit: the 'hyphenate-limit-zone' property</h3>
12011201

12021202
<table class=propdef>

0 commit comments

Comments
 (0)