Skip to content

Commit d9bbbaa

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css-tables-3/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ spec:css-sizing-3; type:property; text:box-sizing
150150
</style>
151151

152152
<figure>
153-
<img alt="[see-caption-below]" src="images/table-structure.png" width=493 />
153+
<img alt="[see-caption-below]" src="images/table-structure.png" width=493>
154154
<figcaption>Two representations of the structure of a table (tree vs layout)</figcaption>
155155
</figure>
156156

@@ -632,7 +632,7 @@ spec:css-sizing-3; type:property; text:box-sizing
632632
The following schema describes the algorithm in a different way,
633633
to make it easier to understand.
634634
</p>
635-
<img alt="[see-caption-below]" src="images/CSS-Tables-Layout-Merged.svg" style="width: 100%" />
635+
<img alt="[see-caption-below]" src="images/CSS-Tables-Layout-Merged.svg" style="width: 100%">
636636
<figcaption>Overview of the table layout algorithm. Not normative.</figcaption>
637637
</figure>
638638

@@ -2912,7 +2912,7 @@ With a table-internal box as non-containing block parent</h3>
29122912
The same applies for footer rows and the table bottom border.
29132913

29142914
<figure>
2915-
<img alt="[see-caption-below]" src="./images/CSS-Tables-Repeating-Headers.svg" style="width:100%; max-width: 500px;" />
2915+
<img alt="[see-caption-below]" src="./images/CSS-Tables-Repeating-Headers.svg" style="width:100%; max-width: 500px;">
29162916
<figcaption>Expected rendering of table with headers and footers fragmented across two pages</figcaption>
29172917
</figure>
29182918

0 commit comments

Comments
 (0)