Skip to content

Commit ee1d137

Browse files
authored
[css-exclusions-1] Fix spurious / in <img> (#10603)
1 parent 6685aa1 commit ee1d137

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

css-exclusions-1/Overview.bs

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ The 'wrap-flow' property</h4>
203203
block's descendants to wrap around its <a>exclusion area</a>.
204204

205205
<figure>
206-
<img alt="LTR text wrapping on left edge, RTL text wrapping on right edge, and vertical text wrapping on top edge." src="images/exclusion-writing-modes.png" style="width: 70%" />
206+
<img alt="LTR text wrapping on left edge, RTL text wrapping on right edge, and vertical text wrapping on top edge." src="images/exclusion-writing-modes.png" style="width: 70%">
207207
<figcaption>Exclusion with 'wrap-flow': ''start'' interacting with various
208208
writing modes.</figcaption>
209209
</figure>
@@ -215,7 +215,7 @@ The 'wrap-flow' property</h4>
215215
context</a> (see [[!CSS2]]) for its content.
216216

217217
<figure>
218-
<img alt="General illustration showing how exclusions combine" src="images/exclusions-illustration.png" style="width: 70%" />
218+
<img alt="General illustration showing how exclusions combine" src="images/exclusions-illustration.png" style="width: 70%">
219219
<figcaption>Combining exclusions</figcaption>
220220
</figure>
221221

@@ -284,31 +284,31 @@ The 'wrap-flow' property</h4>
284284
<td><code class="html">.exclusion{ wrap-flow: both; }</code></td>
285285
</tr>
286286
<tr>
287-
<td><img src="images/exclusion_wrap_side_auto.png" alt="Example rendering for wrap-side: auto" /></td>
288-
<td><img src="images/exclusion_wrap_side_both.png" alt="Example rendering for wrap-side: both" /></td>
287+
<td><img src="images/exclusion_wrap_side_auto.png" alt="Example rendering for wrap-side: auto"></td>
288+
<td><img src="images/exclusion_wrap_side_both.png" alt="Example rendering for wrap-side: both"></td>
289289
</tr>
290290
<tr>
291291
<td><code class="html">.exclusion{ wrap-flow: start; }</code></td>
292292
<td><code class="html">.exclusion{ wrap-flow: end; }</code></td>
293293
</tr>
294294
<tr>
295-
<td><img src="images/exclusion_wrap_side_left.png" alt="Example rendering for wrap-side: start" /></td>
296-
<td><img src="images/exclusion_wrap_side_right.png" alt="Example rendering for wrap-side: end" /></td>
295+
<td><img src="images/exclusion_wrap_side_left.png" alt="Example rendering for wrap-side: start"></td>
296+
<td><img src="images/exclusion_wrap_side_right.png" alt="Example rendering for wrap-side: end"></td>
297297
</tr>
298298
<tr>
299299
<td><code class="html">.exclusion{ wrap-flow: minimum; }</code></td>
300300
<td><code class="html">.exclusion{ wrap-flow: maximum; }</code></td>
301301
</tr>
302302
<tr>
303-
<td><img src="images/exclusion_wrap_side_minimum.png" alt="Example rendering for wrap-side: minimum" /></td>
304-
<td><img src="images/exclusion_wrap_side_maximum.png" alt="Example rendering for wrap-side: maximum" /></td>
303+
<td><img src="images/exclusion_wrap_side_minimum.png" alt="Example rendering for wrap-side: minimum"></td>
304+
<td><img src="images/exclusion_wrap_side_maximum.png" alt="Example rendering for wrap-side: maximum"></td>
305305
</tr>
306306
<tr>
307307
<td><code class="html">.exclusion{ wrap-flow: clear; }</code></td>
308308
<td></td>
309309
</tr>
310310
<tr>
311-
<td><img src="images/exclusion_wrap_side_clear.png" alt="Example rendering for wrap-side: clear" /></td>
311+
<td><img src="images/exclusion_wrap_side_clear.png" alt="Example rendering for wrap-side: clear"></td>
312312
<td></td>
313313
</tr>
314314
</table>
@@ -435,7 +435,7 @@ The values of this property have the following meanings:
435435
&lt;/div&gt;
436436
</code></pre>
437437

438-
<img class="singleImgExample" src="images/exclusion_wrap_through.png" alt="Example rendering of wrap-through: wrap | none" style="max-width:40%"/>
438+
<img class="singleImgExample" src="images/exclusion_wrap_through.png" alt="Example rendering of wrap-through: wrap | none" style="max-width:40%">
439439
</div>
440440

441441
<!-- End section "wrap-through property" -->
@@ -498,8 +498,8 @@ Exclusions order</h3>
498498
<td style="width:50%"><code class="html">.middle { z-index: 1; }</code></td>
499499
</tr>
500500
<tr>
501-
<td><img class="singleImgExample" src="images/exclusion_ordering.png" alt="Example rendering of default exclusion ordering." /></td>
502-
<td><img class="singleImgExample" src="images/exclusion_ordering_z_order.png" alt="Example rendering of default exclusion ordering." /></td>
501+
<td><img class="singleImgExample" src="images/exclusion_ordering.png" alt="Example rendering of default exclusion ordering."></td>
502+
<td><img class="singleImgExample" src="images/exclusion_ordering_z_order.png" alt="Example rendering of default exclusion ordering."></td>
503503
</tr>
504504
</table>
505505
</div>
@@ -678,12 +678,12 @@ Processing Model Example</h4>
678678
</ul>
679679

680680
<figure>
681-
<img src="images/processing-model-example-dom.svg" width="200" alt="DOM tree nodes"/>
681+
<img src="images/processing-model-example-dom.svg" width="200" alt="DOM tree nodes">
682682
<figcaption>DOM tree</figcaption>
683683
</figure>
684684

685685
<figure>
686-
<img src="images/processing-model-example-layout-tree.svg" width="350" alt="Layout tree boxes"/>
686+
<img src="images/processing-model-example-layout-tree.svg" width="350" alt="Layout tree boxes">
687687
<figcaption>Layout tree of generated block boxes</figcaption>
688688
</figure>
689689

0 commit comments

Comments
 (0)