Skip to content

Commit ecdc575

Browse files
alkorlossvgeesus
authored andcommitted
[css-tables-3] Fix spurious / in <img>
1 parent ca2f3be commit ecdc575

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

css-tables-3/Overview.bs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1800,7 +1800,7 @@ spec:css-sizing-3; type:property; text:box-sizing
18001800

18011801
</div>
18021802
</details>
1803-
<img alt="[see-caption-below]" src="images/CSS-Tables-Column-Width-Assignment.svg" style="width: 100%" />
1803+
<img alt="[see-caption-below]" src="images/CSS-Tables-Column-Width-Assignment.svg" style="width: 100%">
18041804
<figcaption>Overview of the width distribution algorithm. Not normative.</figcaption>
18051805
</figure>
18061806

@@ -1986,14 +1986,14 @@ spec:css-sizing-3; type:property; text:box-sizing
19861986
<td>Baseline<table><tr><td>After</td></tr></table></td>
19871987
<td><table><tr><td>Baseline</td></tr></table>After</td>
19881988
<td><table align=right><tr><td>Before</td></tr></table><p>Baseline</p></td>
1989-
<td><img src="http://w3.org/favicon.ico" /><p>Baseline</p></td>
1990-
<td><img src="http://w3.org/favicon.ico" title="Baseline"/><br/><img src="http://w3.org/favicon.ico" title="After"/></td>
1991-
<td><img src="http://w3.org/favicon.ico" /><img src="http://w3.org/favicon.ico" /><!--Baseline--></td>
1989+
<td><img src="http://w3.org/favicon.ico"><p>Baseline</p></td>
1990+
<td><img src="http://w3.org/favicon.ico" title="Baseline"/><br/><img src="http://w3.org/favicon.ico" title="After"></td>
1991+
<td><img src="http://w3.org/favicon.ico"><img src="http://w3.org/favicon.ico"><!--Baseline--></td>
19921992
</tr></table>
19931993
</xmp>
19941994

19951995
<figure>
1996-
<img alt="[see-caption-below]" src="images/td-baseline-example-rendering.png" width="585" height="185" />
1996+
<img alt="[see-caption-below]" src="images/td-baseline-example-rendering.png" width="585" height="185">
19971997
<figcaption>Rendering of <a href="https://jsfiddle.net/x8sh0f60/3/">this example</a> in a compliant browser</figcaption>
19981998
</figure>
19991999
</div>
@@ -2654,7 +2654,7 @@ With a table-internal box as non-containing block parent</h3>
26542654
The correct rendering of this code snippet is depicted here:
26552655

26562656
<figure>
2657-
<img alt="[see-caption-below]" src="images/empty-cells-example.gif" width=500 height=300 />
2657+
<img alt="[see-caption-below]" src="images/empty-cells-example.gif" width=500 height=300>
26582658
<figcaption>Rendering of three columns whose middle one is hidden by empty-cells:hide</figcaption>
26592659
</figure>
26602660
</div>
@@ -2864,7 +2864,7 @@ With a table-internal box as non-containing block parent</h3>
28642864
and the vertical gap must be inserted after the repeated footer.
28652865

28662866
<figure>
2867-
<img alt="[see-caption-below]" src="./images/CSS-Tables-Fragmentation-1.svg" style="width:100%; max-width: 500px;" />
2867+
<img alt="[see-caption-below]" src="./images/CSS-Tables-Fragmentation-1.svg" style="width:100%; max-width: 500px;">
28682868
<figcaption>Expected rendering of table fragmented across two pages</figcaption>
28692869
</figure>
28702870

@@ -2876,7 +2876,7 @@ With a table-internal box as non-containing block parent</h3>
28762876
in its previous fragment (top borders must not be repainted in continuation fragments).
28772877

28782878
<figure>
2879-
<img alt="[see-caption-below]" src="./images/CSS-Tables-Fragmentation-2.svg" style="width:100%; max-width: 500px;" />
2879+
<img alt="[see-caption-below]" src="./images/CSS-Tables-Fragmentation-2.svg" style="width:100%; max-width: 500px;">
28802880
<figcaption>Expected rendering of table containing a tall row fragmented across two pages</figcaption>
28812881
</figure>
28822882

0 commit comments

Comments
 (0)