Skip to content

Commit 836cd88

Browse files
alkorlossvgeesus
authored andcommitted
[css-shapes-2] Fix spurious / in <img>
1 parent d9bbbaa commit 836cd88

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

css-shapes-2/Overview.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ Declaring Shapes</h3>
490490
<img class="singleImgExample"
491491
src="images/shapes_CSS2.1_MBP.png"
492492
alt="Example rendering of circle shape and box model."
493-
style="max-width:40%"/>
493+
style="max-width:40%">
494494
</div>
495495

496496
<h3 id="shape-outside-property">
@@ -565,7 +565,7 @@ The 'shape-inside' Property</h4>
565565

566566
<figure>
567567
<img alt="Content flowing with and without a shape-inside"
568-
src="images/shape-inside-content.png"/>
568+
src="images/shape-inside-content.png">
569569
<figcaption>Effect of shape-inside on inline content.</figcaption>
570570
</figure>
571571

@@ -581,10 +581,10 @@ The 'shape-inside' Property</h4>
581581
<figure>
582582
<img alt="Overflow interacting with rounded rect"
583583
style="display:inline-block;vertical-align:top"
584-
src="images/rounded-rect-overflow.png"/>
584+
src="images/rounded-rect-overflow.png">
585585
<img alt="Overflow interacting with ellipse"
586586
style="display:inline-block;vertical-align:top"
587-
src="images/ellipse-overflow.png"/>
587+
src="images/ellipse-overflow.png">
588588
<figcaption>
589589
Overflow interacting with exclusion areas
590590
defined by 'shape-inside' and 'shape-padding'.
@@ -654,7 +654,7 @@ The 'shape-padding' Property</h4>
654654

655655
<div class="example">
656656
<figure>
657-
<img src="images/shape-padding.png" alt="Example of a shape-padding offset"/>
657+
<img src="images/shape-padding.png" alt="Example of a shape-padding offset">
658658
<figcaption>
659659
A 'shape-padding' creating an offset from a circular 'shape-inside'.
660660
The light blue rectangles represent inline content

0 commit comments

Comments
 (0)