Skip to content

Commit e918e0c

Browse files
committed
fix broken links
1 parent b91e77c commit e918e0c

2 files changed

Lines changed: 10 additions & 8 deletions

File tree

css-style-attr/Overview.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515

1616
<h1>CSS Style Attribute Syntax Level 1</h1>
1717

18-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 9 December
18+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 11 December
1919
2009</h2>
2020

2121
<dl>
2222
<dt>This version:</dt>
23-
<!-- <dd><dd><a href="http://www.w3.org/TR/2009/WD-css-style-attr-20091209/">http://www.w3.org/TR/2009/WD-css-style-attr-20091209/</a></dd> -->
23+
<!-- <dd><dd><a href="http://www.w3.org/TR/2009/WD-css-style-attr-20091211/">http://www.w3.org/TR/2009/WD-css-style-attr-20091211/</a></dd> -->
2424

2525
<dd><a
2626
href="http://dev.w3.org/csswg/css-style-attr/">http://dev.w3.org/csswg/css-style-attr/</a>
@@ -173,8 +173,9 @@ <h2 id=syntax><span class=secno>2. </span>Syntax</h2>
173173

174174
<p>The same rules for forward-compatible parsing apply to the inline style
175175
sheet as to a normal style sheet. See <a
176-
href="/TR/CSS21/syndata.html">chapter 4 of the CSS2.1 specification</a>.
177-
<a href="#CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>
176+
href="http://www.w3.org/TR/CSS21/syndata.html">chapter 4 of the CSS2.1
177+
specification</a>. <a href="#CSS21"
178+
rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>
178179

179180
<h2 id=grammar><span class=secno>3. </span>Grammar</h2>
180181

@@ -191,8 +192,9 @@ <h2 id=grammar><span class=secno>3. </span>Grammar</h2>
191192
;
192193
</pre>
193194

194-
<p>Please refer to the grammar in <a href="/TR/CSS21/grammar.html">appendix
195-
D of the CSS2.1 specification</a> <a href="#CSS21"
195+
<p>Please refer to the grammar in <a
196+
href="http://www.w3.org/TR/CSS21/grammar.html">appendix D of the CSS2.1
197+
specification</a> <a href="#CSS21"
196198
rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> for the definition of the
197199
symbols not defined here.
198200

css-style-attr/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ <h2 id="syntax">Syntax</h2>
7272
terminate the style data; it is merely an invalid token.
7373

7474
<p>The same rules for forward-compatible parsing apply to the inline style
75-
sheet as to a normal style sheet. See <a href="/TR/CSS21/syndata.html">chapter
75+
sheet as to a normal style sheet. See <a href="http://www.w3.org/TR/CSS21/syndata.html">chapter
7676
4 of the CSS2.1 specification</a>. [[!CSS21]]
7777

7878
<h2 id="grammar">Grammar</h2>
@@ -90,7 +90,7 @@ <h2 id="grammar">Grammar</h2>
9090
;
9191
</pre>
9292

93-
<p>Please refer to the grammar in <a href="/TR/CSS21/grammar.html">appendix D
93+
<p>Please refer to the grammar in <a href="http://www.w3.org/TR/CSS21/grammar.html">appendix D
9494
of the CSS2.1 specification</a> [[!CSS21]] for the definition of the symbols
9595
not defined here.
9696

0 commit comments

Comments
 (0)