Skip to content

Commit baa63cd

Browse files
committed
Fix capitalization error, add links for currentColor. <http://lists.w3.org/Archives/Public/www-style/2012Jan/1312.html>
1 parent 0bd642c commit baa63cd

2 files changed

Lines changed: 11 additions & 9 deletions

File tree

css3-text/Overview.html

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@
3232

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

35-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 24 January
35+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 4 February
3636
2012</h2>
3737

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

41-
<dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2012/01/23
42-
20:29:45 $ (CVS $Revision$)</a> <!--
43-
<dd><a href="http://www.w3.org/TR/2012/WD-css3-text-20120124/">http://www.w3.org/TR/2012/WD-css3-text-20120124/</a></dd>
41+
<dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2012/01/24
42+
01:27:32 $ (CVS $Revision$)</a> <!--
43+
<dd><a href="http://www.w3.org/TR/2012/WD-css3-text-20120204/">http://www.w3.org/TR/2012/WD-css3-text-20120204/</a></dd>
4444
-->
4545

4646

@@ -3400,7 +3400,8 @@ <h4 id=text-decoration-color><span class=secno>10.1.2. </span> Text
34003400
<tr>
34013401
<th>Initial:
34023402

3403-
<td>currentColor
3403+
<td><a
3404+
href="http://www.w3.org/TR/css3-color/#currentcolor">currentColor</a>
34043405

34053406
<tr>
34063407
<th>Applies to:
@@ -4067,7 +4068,8 @@ <h4 id=text-emphasis-color><span class=secno>10.2.2. </span> Emphasis Mark
40674068
<tr>
40684069
<th>Initial:
40694070

4070-
<td>currentcolor
4071+
<td><a
4072+
href="http://www.w3.org/TR/css3-color/#currentcolor">currentColor</a>
40714073

40724074
<tr>
40734075
<th>Applies to:
@@ -5697,7 +5699,7 @@ <h2 class=no-num id=appendix-h-full-property-index>Appendix H: Full
56975699

56985700
<td>&lt;color&gt;
56995701

5700-
<td>currentcolor
5702+
<td>currentColor
57015703

57025704
<td>all elements
57035705

css3-text/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2512,7 +2512,7 @@ <h4 id="text-decoration-color">
25122512
</tr>
25132513
<tr>
25142514
<th>Initial:</th>
2515-
<td>currentColor</td>
2515+
<td><a href="http://www.w3.org/TR/css3-color/#currentcolor">currentColor</a></td>
25162516
</tr>
25172517
<tr>
25182518
<th>Applies to:</th>
@@ -3053,7 +3053,7 @@ <h4 id="text-emphasis-color">
30533053
</tr>
30543054
<tr>
30553055
<th>Initial:</th>
3056-
<td>currentcolor</td>
3056+
<td><a href="http://www.w3.org/TR/css3-color/#currentcolor">currentColor</a></td>
30573057
</tr>
30583058
<tr>
30593059
<th>Applies to:</th>

0 commit comments

Comments
 (0)