Skip to content

Commit e115318

Browse files
committed
[css-text-decor] Fix links
1 parent b5a3f45 commit e115318

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

css-text-decor/Overview.html

+13-13
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
rel=dcterms.rights>
1111
<meta content="CSS Text Decoration Module Level 3" name=dcterms.title>
1212
<meta content=text name=dcterms.type>
13-
<meta content=2013-05-11 name=dcterms.date>
13+
<meta content=2013-05-13 name=dcterms.date>
1414
<meta content="Elika J. Etemad" name=dcterms.creator>
1515
<meta content="Koji Ishii" name=dcterms.creator>
1616
<meta content=W3C name=dcterms.publisher>
@@ -30,13 +30,13 @@
3030
<h1 class=p-name>CSS Text Decoration Module Level 3</h1>
3131

3232
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft <span
33-
class=dt-updated><span class=value-title title=20130511>11 May
33+
class=dt-updated><span class=value-title title=20130513>13 May
3434
2013</span></span></h2>
3535

3636
<dl>
3737
<dt>This version:</dt>
3838
<!--
39-
<dd><a class="u-url" href="http://www.w3.org/TR/2013/WD-css-text-decor-3-20130511/">http://www.w3.org/TR/2013/WD-css-text-decor-3-20130511/</a></dd>
39+
<dd><a class="u-url" href="http://www.w3.org/TR/2013/WD-css-text-decor-3-20130513/">http://www.w3.org/TR/2013/WD-css-text-decor-3-20130513/</a></dd>
4040
-->
4141

4242
<dd><a class=u-url
@@ -566,7 +566,7 @@ <h3 id=text-decoration-color-property><span class=secno>2.2. </span> Text
566566
<th>Animatable:
567567

568568
<td>as <a
569-
href="http://dev.w3.org/csswg/css3-transitions/#animtype-color">color</a>
569+
href="http://www.w3.org/TR/css3-transitions/#animtype-color">color</a>
570570
</table>
571571

572572
<p>This property specifies the color of text decoration (underlines
@@ -1068,13 +1068,13 @@ <h3 id=line-position><span class=secno>2.7. </span> Determining the
10681068

10691069
<dl>
10701070
<dt><a
1071-
href="http://dev.w3.org/csswg/css3-writing-modes/#over"><i>over</i></a>
1071+
href="http://www.w3.org/TR/css3-writing-modes/#over"><i>over</i></a>
10721072
lines
10731073

10741074
<dd> Align the line decoration with respect to the highest
10751075
<!-- <i>text-over</i> baseline of the considered fragments. --> <a
1076-
href="http://dev.w3.org/csswg/css3-writing-modes/#over"><i>over</i></a>
1077-
edge of the considered fragments’ content boxes.
1076+
href="http://www.w3.org/TR/css3-writing-modes/#over"><i>over</i></a> edge
1077+
of the considered fragments’ content boxes.
10781078

10791079
<dt><a href="#underline-alphabetic"><i>alphabetic</i></a> underlines
10801080

@@ -1090,12 +1090,12 @@ <h3 id=line-position><span class=secno>2.7. </span> Determining the
10901090
the ideal underline position of their parent.
10911091

10921092
<dt>non-alphabetic <a
1093-
href="http://dev.w3.org/csswg/css3-writing-modes/#under"><i>under</i></a>
1093+
href="http://www.w3.org/TR/css3-writing-modes/#under"><i>under</i></a>
10941094
lines
10951095

10961096
<dd> Position the line decoration with respect to the lowest
10971097
<!-- <i>text-under</i> baseline of the considered fragments. --> <a
1098-
href="http://dev.w3.org/csswg/css3-writing-modes/#under"><i>under</i></a>
1098+
href="http://www.w3.org/TR/css3-writing-modes/#under"><i>under</i></a>
10991099
edge of the considered fragments’ content boxes.
11001100

11011101
<dt>line-throughs
@@ -1381,7 +1381,7 @@ <h3 id=text-emphasis-color-property><span class=secno>3.2. </span> Emphasis
13811381
<th>Animatable:
13821382

13831383
<td>as <a
1384-
href="http://dev.w3.org/csswg/css3-transitions/#animtype-color">color</a>
1384+
href="http://www.w3.org/TR/css3-transitions/#animtype-color">color</a>
13851385
</table>
13861386

13871387
<p>This property specifies the foreground color of the emphasis marks.
@@ -1687,7 +1687,7 @@ <h2 id=text-shadow-property><span class=secno>4. </span> Text Shadows: the
16871687
<th>Animatable:
16881688

16891689
<td>as <a
1690-
href="http://dev.w3.org/csswg/css3-transitions/#animtype-shadow-list">shadow
1690+
href="http://www.w3.org/TR/css3-transitions/#animtype-shadow-list">shadow
16911691
list</a>
16921692
</table>
16931693

@@ -2064,8 +2064,8 @@ <h3 class=no-num id=recent-changes> Changes since the <a
20642064
</ul>
20652065

20662066
<p> A <a
2067-
href="http://dev.w3.org/csswg/css-text-decor-3/issues-lc-2013">Disposition
2068-
of Comments</a> is available.
2067+
href="http://www.w3.org/TR/css-text-decor-3/issues-lc-2013">Disposition of
2068+
Comments</a> is available.
20692069

20702070
<h2 class=no-num id=default-stylesheet> Appendix D: Default UA Stylesheet</h2>
20712071

css-text-decor/Overview.src.html

+8-8
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ <h3 id="text-decoration-color-property">
339339
<td>the computed color
340340
<tr>
341341
<th>Animatable:
342-
<td>as <a href="http://dev.w3.org/csswg/css3-transitions/#animtype-color">color</a>
342+
<td>as <a href="http://www.w3.org/TR/css3-transitions/#animtype-color">color</a>
343343
</table>
344344

345345
<p>This property specifies the color of text decoration (underlines
@@ -705,11 +705,11 @@ <h3 id="line-position">
705705
and <a href="#underline-left"><i>under</i>-positioned overlines</a> as <i>under</i> lines):
706706

707707
<dl>
708-
<dt><a href="http://dev.w3.org/csswg/css3-writing-modes/#over"><i>over</i></a> lines
708+
<dt><a href="http://www.w3.org/TR/css3-writing-modes/#over"><i>over</i></a> lines
709709
<dd>
710710
Align the line decoration with respect to the highest
711711
<!-- <i>text-over</i> baseline of the considered fragments. -->
712-
<a href="http://dev.w3.org/csswg/css3-writing-modes/#over"><i>over</i></a> edge
712+
<a href="http://www.w3.org/TR/css3-writing-modes/#over"><i>over</i></a> edge
713713
of the considered fragments’ content boxes.
714714

715715
<dt><a href="#underline-alphabetic"><i>alphabetic</i></a> underlines
@@ -723,11 +723,11 @@ <h3 id="line-position">
723723
an inline with a non-initial computed 'vertical-align'
724724
is treated as having the ideal underline position of their parent.
725725

726-
<dt>non-alphabetic <a href="http://dev.w3.org/csswg/css3-writing-modes/#under"><i>under</i></a> lines
726+
<dt>non-alphabetic <a href="http://www.w3.org/TR/css3-writing-modes/#under"><i>under</i></a> lines
727727
<dd>
728728
Position the line decoration with respect to the lowest
729729
<!-- <i>text-under</i> baseline of the considered fragments. -->
730-
<a href="http://dev.w3.org/csswg/css3-writing-modes/#under"><i>under</i></a> edge
730+
<a href="http://www.w3.org/TR/css3-writing-modes/#under"><i>under</i></a> edge
731731
of the considered fragments’ content boxes.
732732

733733
<dt>line-throughs
@@ -923,7 +923,7 @@ <h3 id="text-emphasis-color-property">
923923
<td>as specified
924924
<tr>
925925
<th>Animatable:
926-
<td>as <a href="http://dev.w3.org/csswg/css3-transitions/#animtype-color">color</a>
926+
<td>as <a href="http://www.w3.org/TR/css3-transitions/#animtype-color">color</a>
927927
</table>
928928

929929
<p>This property specifies the foreground color of the emphasis marks.</p>
@@ -1134,7 +1134,7 @@ <h2 id="text-shadow-property">
11341134
<td>a color plus three absolute &lt;length&gt;s
11351135
<tr>
11361136
<th>Animatable:
1137-
<td>as <a href="http://dev.w3.org/csswg/css3-transitions/#animtype-shadow-list">shadow list</a>
1137+
<td>as <a href="http://www.w3.org/TR/css3-transitions/#animtype-shadow-list">shadow list</a>
11381138
</table>
11391139

11401140
<p>This property accepts a comma-separated list of shadow effects to
@@ -1392,7 +1392,7 @@ <h3 class="no-num" id="recent-changes">
13921392
<li>Updated required behavior of emphasis marks in the presence of ruby, based on implementation feedback.
13931393
</ul>
13941394

1395-
A <a href="http://dev.w3.org/csswg/css-text-decor-3/issues-lc-2013">Disposition of Comments</a> is available.
1395+
A <a href="http://www.w3.org/TR/css-text-decor-3/issues-lc-2013">Disposition of Comments</a> is available.
13961396

13971397
<h2 class="no-num" id="default-stylesheet">
13981398
Appendix D: Default UA Stylesheet</h2>

0 commit comments

Comments
 (0)