Skip to content

Commit cbcfe1b

Browse files
authored
[css-line-grid-1] Spurious / in <img> (#10626)
1 parent 542e158 commit cbcfe1b

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

css-line-grid-1/Overview.bs

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Background</h3>
8282
<img src="images/line-grid-multicol.png"
8383
width="480"
8484
alt="Vertical rhythm kept through pictures and different size of text in a multi-column document"
85-
/>
85+
>
8686
<p class="caption">Vertical rhythm kept through pictures and different size of text in a multi-column document.</p>
8787
</div>
8888

@@ -91,7 +91,7 @@ Background</h3>
9191
<img src="images/line-grid-wrap.png"
9292
width="276"
9393
alt="Large text wraps within line grids"
94-
/>
94+
>
9595
<p class="caption">Large text wraps within line grids.</p>
9696
</div>
9797

@@ -126,7 +126,7 @@ Background</h3>
126126

127127
<figure>
128128
<img src="images/sidenote-aligned.png"
129-
alt="sidenote rendering with aligned baselines"/>
129+
alt="sidenote rendering with aligned baselines">
130130
<figcaption>
131131
Sidenote with baselines aligned to the body text.
132132
</figcaption>
@@ -136,7 +136,7 @@ Background</h3>
136136
<img src="images/width-multiple-of-em.png"
137137
width="180" height="142"
138138
alt="East Asian layouts may require width be a multiple of em without fractions"
139-
/>
139+
>
140140
<p class="caption">East Asian layouts may require width
141141
be a multiple of <em>em</em> without fractions.</p>
142142
</div>
@@ -380,14 +380,14 @@ Snapping Line Boxes: the 'line-snap' property</h3>
380380

381381
<figure style="float:left;">
382382
<img src="images/simple-no-snap.png"
383-
alt="line positions before snapping"/>
383+
alt="line positions before snapping">
384384
<figcaption>
385385
Before line snapping
386386
</figcaption>
387387
</figure>
388388
<figure style="float:left;">
389389
<img src="images/simple-snapped.png"
390-
alt="line positions after snapping"/>
390+
alt="line positions after snapping">
391391
<figcaption>
392392
After line snapping
393393
</figcaption>
@@ -408,14 +408,14 @@ Snapping Line Boxes: the 'line-snap' property</h3>
408408
</p>
409409
<figure style="float:left;">
410410
<img src="images/top-no-snap.png"
411-
alt="line positions before snapping"/>
411+
alt="line positions before snapping">
412412
<figcaption>
413413
Before line snapping
414414
</figcaption>
415415
</figure>
416416
<figure style="float:left;">
417417
<img src="images/top-snapped.png"
418-
alt="line positions after snapping"/>
418+
alt="line positions after snapping">
419419
<figcaption>
420420
After line snapping
421421
</figcaption>
@@ -648,14 +648,14 @@ Interacting with other alignments</h3>
648648

649649
<figure style="float:left;">
650650
<img src="images/first-center-part-snapped.png"
651-
alt="line positions at step 1"/>
651+
alt="line positions at step 1">
652652
<figcaption>
653653
Partial shifting
654654
</figcaption>
655655
</figure>
656656
<figure style="float:left;">
657657
<img src="images/first-center-snapped.png"
658-
alt="line positions after full snapping"/>
658+
alt="line positions after full snapping">
659659
<figcaption>
660660
Full line snapping
661661
</figcaption>
@@ -671,14 +671,14 @@ Interacting with other alignments</h3>
671671
</p>
672672
<figure style="float:left;">
673673
<img src="images/second-center-part-snapped.png"
674-
alt="line positions at step 1"/>
674+
alt="line positions at step 1">
675675
<figcaption>
676676
Partial shifting
677677
</figcaption>
678678
</figure>
679679
<figure style="float:left;">
680680
<img src="images/second-center-snapped.png"
681-
alt="line positions after full snapping"/>
681+
alt="line positions after full snapping">
682682
<figcaption>
683683
Full line snapping
684684
</figcaption>
@@ -701,14 +701,14 @@ Interacting with other alignments</h3>
701701

702702
<figure style="float:left;">
703703
<img src="images/bottom-no-snap.png"
704-
alt="line positions before snapping"/>
704+
alt="line positions before snapping">
705705
<figcaption>
706706
Before snapping
707707
</figcaption>
708708
</figure>
709709
<figure style="float:left;">
710710
<img src="images/bottom-snapped.png"
711-
alt="line positions after snapping"/>
711+
alt="line positions after snapping">
712712
<figcaption>
713713
After line snapping
714714
</figcaption>

0 commit comments

Comments
 (0)