Skip to content

Commit 084b1a6

Browse files
committed
Fix cross-reference link in text-spacing
1 parent d09fef0 commit 084b1a6

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

css3-text/Overview.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,14 @@
8383

8484
<h1>CSS Text Level 3</h1>
8585

86-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 27 April 2011</h2>
86+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 1 May 2011</h2>
8787

8888
<dl>
8989
<dt>This version:
9090

9191
<dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
92-
2011/04/27 03:40:05 $ (CVS $Revision$)</a> <!--
93-
<dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110427/">http://www.w3.org/TR/2011/WD-css3-text-20110427/</a></dd>
92+
2011/04/27 03:43:03 $ (CVS $Revision$)</a> <!--
93+
<dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110501/">http://www.w3.org/TR/2011/WD-css3-text-20110501/</a></dd>
9494
-->
9595

9696

@@ -3614,9 +3614,10 @@ <h3 id=text-spacing-prop><span class=secno>9.3. </span> <a
36143614
title="text-spacing:ideograph-numeric">ideograph-numeric</dfn>
36153615

36163616
<dd>Creates 1/4em extra spacing between runs of <a
3617-
href="#ideographs"><i>ideographs</i></a> and <i>non-ideographic</i>
3618-
numeric glyphs. <span class=note>A commonly used algorithm for
3619-
determining this behavior is specified in <a href="#JLREQ"
3617+
href="#ideographs"><i>ideographs</i></a> and <a
3618+
href="#non-ideographic-numerals"><i>non-ideographic numerals</i></a>
3619+
glyphs. <span class=note>A commonly used algorithm for determining this
3620+
behavior is specified in <a href="#JLREQ"
36203621
rel=biblioentry>[JLREQ]<!--{{JLREQ}}--></a></span>
36213622

36223623
<dt><dfn id=punctuation title="text-spacing:punctuation">punctuation</dfn>

css3-text/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2672,7 +2672,7 @@ <h3 id="text-spacing-prop">
26722672
</dd>
26732673
<dt><dfn title="text-spacing:ideograph-numeric">ideograph-numeric</dfn></dt>
26742674
<dd>Creates 1/4em extra spacing between runs of <i>ideographs</i> and
2675-
<i>non-ideographic</i> numeric glyphs.
2675+
<i>non-ideographic numerals</i> glyphs.
26762676
<span class="note">A commonly used algorithm for determining this
26772677
behavior is specified in [[JLREQ]]</span>
26782678
</dd>

0 commit comments

Comments
 (0)