Skip to content

Commit 73ff791

Browse files
committed
Fix cross-reference link
1 parent 695567b commit 73ff791

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

css3-text/Overview.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,14 @@
8484

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

87-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 8 May 2011</h2>
87+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 9 May 2011</h2>
8888

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

9292
<dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
93-
2011/05/08 10:15:05 $ (CVS $Revision$)</a> <!--
94-
<dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110508/">http://www.w3.org/TR/2011/WD-css3-text-20110508/</a></dd>
93+
2011/05/08 11:56:19 $ (CVS $Revision$)</a> <!--
94+
<dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110509/">http://www.w3.org/TR/2011/WD-css3-text-20110509/</a></dd>
9595
-->
9696

9797

@@ -5429,8 +5429,8 @@ <h4 id=text-emphasis-skip><span class=secno>11.2.5. </span> Emphasis Mark
54295429

54305430
<dd>Skip symbols. Symbols in this definition includes characters belonging
54315431
to the Unicode S* category. It also includes the Unicode Po category that
5432-
are not defined as &lsquo;<a href="#punctuation-symbols"><code
5433-
class=css>punctuation</code></a>&rsquo;.
5432+
are not defined as &lsquo;<code
5433+
class=css><a>punctuation</a></code>&rsquo;.
54345434

54355435
<dt><dfn id=narrow title="text-emphasis-skip:narrow">&lsquo;<code
54365436
class=css>narrow</code>&rsquo;</dfn>

css3-text/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4123,7 +4123,7 @@ <h4 id="text-emphasis-skip">
41234123
Symbols in this definition includes characters belonging to
41244124
the Unicode S* category.
41254125
It also includes the Unicode Po category
4126-
that are not defined as ''punctuation''.</dd>
4126+
that are not defined as ''<a>punctuation</a>''.</dd>
41274127
<dt><dfn title="text-emphasis-skip:narrow">''narrow''</dfn></dt>
41284128
<dd>Skip characters that are not East Asian Fullwidth (F)
41294129
or Wide (W).</dd>

0 commit comments

Comments
 (0)