Skip to content

Commit 7462c63

Browse files
committed
validator fixes
1 parent 26b3d56 commit 7462c63

2 files changed

Lines changed: 12 additions & 10 deletions

File tree

css3-exclusions/Exclusions.src.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
6565
<dd class="vcard"><span class="fn">Alan Stearns</span>, <span class="org">Adobe Systems, Inc.</span>, <span class="email">stearns@adobe.com</span></dd>
6666

6767
<dt>Issues List:</dt>
68-
<dd><a href="https://www.w3.org/Bugs/Public/buglist.cgi?query_format=advanced&product=CSS&component=Exclusions&resolution=---&cmdtype=doit">in Bugzilla</a></dd>
68+
<dd><a href="https://www.w3.org/Bugs/Public/buglist.cgi?query_format=advanced&amp;product=CSS&amp;component=Exclusions&amp;resolution=---&amp;cmdtype=doit">in Bugzilla</a></dd>
6969

7070
<dt>Discussion:</dt>
7171
<dd><a href="http://lists.w3.org/Archives/Public/www-style/">www-style@w3.org</a> with subject line "<code>[css3-exclusions] message topic</code>"
@@ -805,7 +805,7 @@ <h4 id="step-1-resolve-exclusion-boxes-belonging-to-each-wrapping-context">Step
805805
definition of containing blocks and elements with a computed value for 'wrap-flow'
806806
that is not <code class="css">auto</code>.</p>
807807

808-
<h4 id="step-2-resolve wrapping-contexts-layout-containing-blocks">Step 2: resolve wrapping contexts and layout containing blocks</h4>
808+
<h4 id="step-2-resolve-wrapping-contexts-layout-containing-blocks">Step 2: resolve wrapping contexts and layout containing blocks</h4>
809809

810810
<p>In this step, starting from the
811811
top of the <a href="http://www.w3.org/TR/CSS2/visuren.html#z-index">rendering tree</a> (see [[!CSS21]]),
@@ -910,12 +910,14 @@ <h4 id="exclusions-processing-model-example">Example</h4>
910910
</ul>
911911

912912
<div class="figure">
913-
<img src="images/processing-model-example-dom.svg" width="200" />
913+
<img src="images/processing-model-example-dom.svg" width="200"
914+
alt="DOM tree nodes"/>
914915
<p class="caption">DOM tree</p>
915916
</div>
916917

917918
<div class="figure">
918-
<img src="images/processing-model-example-layout-tree.svg" width="350" />
919+
<img src="images/processing-model-example-layout-tree.svg" width="350"
920+
alt="Layout tree boxes"/>
919921
<p class="caption">Layout tree of generated block boxes</p>
920922
</div>
921923

css3-exclusions/Overview.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 25 April 2012</h2>
8080
<dt>Issues List:
8181

8282
<dd><a
83-
href="https://www.w3.org/Bugs/Public/buglist.cgi?query_format=advanced&product=CSS&component=Exclusions&resolution=---&cmdtype=doit">in
83+
href="https://www.w3.org/Bugs/Public/buglist.cgi?query_format=advanced&amp;product=CSS&amp;component=Exclusions&amp;resolution=---&amp;cmdtype=doit">in
8484
Bugzilla</a>
8585

8686
<dt>Discussion:
@@ -220,7 +220,7 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
220220
to each <span>wrapping context</span></a>
221221

222222
<li><a
223-
href="#step-2-resolve wrapping-contexts-layout-containing-blocks"><span
223+
href="#step-2-resolve-wrapping-contexts-layout-containing-blocks"><span
224224
class=secno>3.5.3. </span>Step 2: resolve wrapping contexts and
225225
layout containing blocks</a>
226226

@@ -1211,7 +1211,7 @@ <h4 id=exclusions-processing-model-description><span class=secno>3.5.1.
12111211
class=property>wrap-flow</code></a>&rsquo; that is not <code
12121212
class=css>auto</code>.
12131213

1214-
<h4 id="step-2-resolve wrapping-contexts-layout-containing-blocks"><span
1214+
<h4 id=step-2-resolve-wrapping-contexts-layout-containing-blocks><span
12151215
class=secno>3.5.3. </span>Step 2: resolve wrapping contexts and layout
12161216
containing blocks</h4>
12171217

@@ -1330,12 +1330,12 @@ <h4 id=exclusions-processing-model-example><span class=secno>3.5.6.
13301330
<li>the layout tree of generated block boxes
13311331
</ul>
13321332

1333-
<div class=figure> <img src="images/processing-model-example-dom.svg"
1334-
width=200>
1333+
<div class=figure> <img alt="DOM tree nodes"
1334+
src="images/processing-model-example-dom.svg" width=200>
13351335
<p class=caption>DOM tree</p>
13361336
</div>
13371337

1338-
<div class=figure> <img
1338+
<div class=figure> <img alt="Layout tree boxes"
13391339
src="images/processing-model-example-layout-tree.svg" width=350>
13401340
<p class=caption>Layout tree of generated block boxes</p>
13411341
</div>

0 commit comments

Comments
 (0)