Skip to content

Commit 60e8363

Browse files
committed
Fix errors
1 parent d20a431 commit 60e8363

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

css3-background/Overview.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222

2323
<h1>CSS Backgrounds and Borders Module Level 3</h1>
2424

25-
<h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 15 June
25+
<h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 10 June
2626
2010</h2>
2727

2828
<dl>
2929
<dt>This version:
3030

3131
<dd><a
32-
href="http://www.w3.org/TR/2010/WD-css3-background-20100615">http://www.w3.org/TR/2010/WD-css3-background-20100615</a>
32+
href="http://www.w3.org/TR/2010/WD-css3-background-20100610">http://www.w3.org/TR/2010/WD-css3-background-20100610</a>
3333
<!--<a href="http://dev.w3.org/csswg/css3-background">http://dev.w3.org/csswg/css3-background</a>-->
3434

3535

@@ -42,7 +42,7 @@ <h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 15 June
4242
<dt>Previous versions:
4343

4444
<dd><a
45-
href="http://www.w3.org/TR/2009/WD-css3-background-20091015">http://www.w3.org/TR/2009/WD-css3-background-20091015</a>
45+
href="http://www.w3.org/TR/2009/CR-css3-background-20091217/">http://www.w3.org/TR/2009/CR-css3-background-20091217/</a>
4646

4747

4848
<dt id=editors-list>Editors:
@@ -3776,7 +3776,8 @@ <h3 id=the-box-shadow><span class=secno>6.2. </span>The &lsquo;<a
37763776
<p>The example below demonstrates the effects of the spread and blur radii
37773777
on the shadow:</p>
37783778

3779-
<p class=figure> <img src=spread-blur.png></p>
3779+
<p class=figure> <img alt="An example of spread and blur on a box with two
3780+
round corners and two square ones" src=spread-blur.png></p>
37803781
</div>
37813782

37823783
<p>The shadow effects are applied front-to-back: the first shadow is on top

css3-background/Overview.src.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
3131
<dd><a
3232
href="http://www.w3.org/TR/css3-background">[LATEST]</a>
3333
<dt>Previous versions:
34-
<dd><a
35-
href="http://www.w3.org/TR/2009/WD-css3-background-20091015">http://www.w3.org/TR/2009/WD-css3-background-20091015</a>
34+
<dd><a href="http://www.w3.org/TR/2009/CR-css3-background-20091217/">http://www.w3.org/TR/2009/CR-css3-background-20091217/</a>
3635
<dt id="editors-list">Editors:
3736
<dd><a href="mailto:bert@w3.org">Bert Bos</a> (<a
3837
href="http://www.w3.org/">W3C</a>)
@@ -2745,7 +2744,7 @@ <h3 id="the-box-shadow">The 'box-shadow' property</h3>
27452744
<p>The example below demonstrates the effects of the spread and
27462745
blur radii on the shadow:</p>
27472746
<p class="figure">
2748-
<img src="spread-blur.png">
2747+
<img src="spread-blur.png" alt="An example of spread and blur on a box with two round corners and two square ones">
27492748
</p>
27502749
</div>
27512750

0 commit comments

Comments
 (0)