Skip to content

[css-line-grid-1] Spurious / in <img> #10626

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions css-line-grid-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Background</h3>
<img src="images/line-grid-multicol.png"
width="480"
alt="Vertical rhythm kept through pictures and different size of text in a multi-column document"
/>
>
<p class="caption">Vertical rhythm kept through pictures and different size of text in a multi-column document.</p>
</div>

Expand All @@ -91,7 +91,7 @@ Background</h3>
<img src="images/line-grid-wrap.png"
width="276"
alt="Large text wraps within line grids"
/>
>
<p class="caption">Large text wraps within line grids.</p>
</div>

Expand Down Expand Up @@ -126,7 +126,7 @@ Background</h3>

<figure>
<img src="images/sidenote-aligned.png"
alt="sidenote rendering with aligned baselines"/>
alt="sidenote rendering with aligned baselines">
<figcaption>
Sidenote with baselines aligned to the body text.
</figcaption>
Expand All @@ -136,7 +136,7 @@ Background</h3>
<img src="images/width-multiple-of-em.png"
width="180" height="142"
alt="East Asian layouts may require width be a multiple of em without fractions"
/>
>
<p class="caption">East Asian layouts may require width
be a multiple of <em>em</em> without fractions.</p>
</div>
Expand Down Expand Up @@ -380,14 +380,14 @@ Snapping Line Boxes: the 'line-snap' property</h3>

<figure style="float:left;">
<img src="images/simple-no-snap.png"
alt="line positions before snapping"/>
alt="line positions before snapping">
<figcaption>
Before line snapping
</figcaption>
</figure>
<figure style="float:left;">
<img src="images/simple-snapped.png"
alt="line positions after snapping"/>
alt="line positions after snapping">
<figcaption>
After line snapping
</figcaption>
Expand All @@ -408,14 +408,14 @@ Snapping Line Boxes: the 'line-snap' property</h3>
</p>
<figure style="float:left;">
<img src="images/top-no-snap.png"
alt="line positions before snapping"/>
alt="line positions before snapping">
<figcaption>
Before line snapping
</figcaption>
</figure>
<figure style="float:left;">
<img src="images/top-snapped.png"
alt="line positions after snapping"/>
alt="line positions after snapping">
<figcaption>
After line snapping
</figcaption>
Expand Down Expand Up @@ -648,14 +648,14 @@ Interacting with other alignments</h3>

<figure style="float:left;">
<img src="images/first-center-part-snapped.png"
alt="line positions at step 1"/>
alt="line positions at step 1">
<figcaption>
Partial shifting
</figcaption>
</figure>
<figure style="float:left;">
<img src="images/first-center-snapped.png"
alt="line positions after full snapping"/>
alt="line positions after full snapping">
<figcaption>
Full line snapping
</figcaption>
Expand All @@ -671,14 +671,14 @@ Interacting with other alignments</h3>
</p>
<figure style="float:left;">
<img src="images/second-center-part-snapped.png"
alt="line positions at step 1"/>
alt="line positions at step 1">
<figcaption>
Partial shifting
</figcaption>
</figure>
<figure style="float:left;">
<img src="images/second-center-snapped.png"
alt="line positions after full snapping"/>
alt="line positions after full snapping">
<figcaption>
Full line snapping
</figcaption>
Expand All @@ -701,14 +701,14 @@ Interacting with other alignments</h3>

<figure style="float:left;">
<img src="images/bottom-no-snap.png"
alt="line positions before snapping"/>
alt="line positions before snapping">
<figcaption>
Before snapping
</figcaption>
</figure>
<figure style="float:left;">
<img src="images/bottom-snapped.png"
alt="line positions after snapping"/>
alt="line positions after snapping">
<figcaption>
After line snapping
</figcaption>
Expand Down