Skip to content

Commit f977c24

Browse files
committed
Fix broken reference.
1 parent 579e489 commit f977c24

2 files changed

Lines changed: 17 additions & 6 deletions

File tree

css3-text/Overview.html

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@
3232

3333
<h1>CSS Text Level 3</h1>
3434

35-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 21 April 2012</h2>
35+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 24 April 2012</h2>
3636

3737
<dl>
3838
<dt>This version:
3939

4040
<dd><a href="http://dev.w3.org/csswg/css3-text/">$Date$ (CVS
4141
$Revision$)</a> <!--
42-
<dd><a href="http://www.w3.org/TR/2012/WD-css3-text-20120421/">http://www.w3.org/TR/2012/WD-css3-text-20120421/</a></dd>
42+
<dd><a href="http://www.w3.org/TR/2012/WD-css3-text-20120424/">http://www.w3.org/TR/2012/WD-css3-text-20120424/</a></dd>
4343
-->
4444

4545

@@ -477,9 +477,10 @@ <h3 id=terms><span class=secno>1.3. </span> Terminology</h3>
477477
<a href="#HTML5" rel=biblioentry>[HTML5]<!--{{HTML5}}--></a>, and the
478478
rules for determining the content language of an XML element use the
479479
<code>xml:lang</code> attribute and are <a
480-
href="http://www.w3.org/TR/REC-xml/#sec-lang-tag">defined</a> in [[XML]].
481-
Note that it is possible for the <a href="#content-language"><i>content
482-
language</i></a> of an element to be unknown.
480+
href="http://www.w3.org/TR/REC-xml/#sec-lang-tag">defined</a> in <a
481+
href="#XML10" rel=biblioentry>[XML10]<!--{{XML10}}--></a>. Note that it is
482+
possible for the <a href="#content-language"><i>content language</i></a>
483+
of an element to be unknown.
483484

484485
<p>Other terminology and concepts used in this specification are defined in
485486
<a href="#CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> and <a
@@ -4790,6 +4791,16 @@ <h3 class=no-num id=informative-ref>Informative references</h3>
47904791
</dd>
47914792
<!---->
47924793

4794+
<dt id=XML10>[XML10]
4795+
4796+
<dd>C. M. Sperberg-McQueen; et al. <a
4797+
href="http://www.w3.org/TR/2008/REC-xml-20081126/"><cite>Extensible
4798+
Markup Language (XML) 1.0 (Fifth Edition).</cite></a> 26 November 2008.
4799+
W3C Recommendation. URL: <a
4800+
href="http://www.w3.org/TR/2008/REC-xml-20081126/">http://www.w3.org/TR/2008/REC-xml-20081126/</a>
4801+
</dd>
4802+
<!---->
4803+
47934804
<dt id=ZHMARK>[ZHMARK]
47944805

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

css3-text/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ <h3 id="terms">
199199
element use the <code>lang</code> attribute and are defined in [[HTML5]],
200200
and the rules for determining the content language of an XML element use
201201
the <code>xml:lang</code> attribute and are
202-
<a href="http://www.w3.org/TR/REC-xml/#sec-lang-tag">defined</a> in [[XML]].
202+
<a href="http://www.w3.org/TR/REC-xml/#sec-lang-tag">defined</a> in [[XML10]].
203203
Note that it is possible for the <i>content language</i> of an element
204204
to be unknown.
205205

0 commit comments

Comments
 (0)