@@ -100,11 +100,11 @@ Terminology</h2>
100100 alternatively a [=width=] and/or [=height=] .
101101
102102 <figure>
103- <img style="max-width: 49%;" src="images/sizing-ltr-tb.svg"
103+ <img style="max-width: 49%;" width=420 height=240 src="images/sizing-ltr-tb.svg"
104104 alt="In left-to-right, top-to-bottom horizontal English,
105105 the horizontal width and inline size are synonymous,
106106 and vertical height and block size are synonymous."> <!--
107- --><img style="max-width: 49%;" src="images/sizing-ttb-rl.svg"
107+ --><img style="max-width: 49%;" width=420 height=240 src="images/sizing-ttb-rl.svg"
108108 alt="In top-to-bottom, right-to-left vertical Japanese,
109109 the horizontal width and block size are synonymous,
110110 and vertical height and inline size are synonymous.">
@@ -117,7 +117,7 @@ Terminology</h2>
117117 The <a href="https://www.w3.org/TR/css2/box.html#box-dimensions">content-box</a> [=size=] of a <a>box</a> .
118118
119119 <figure>
120- <img src="images/inner-size.svg" alt="">
120+ <img src="images/inner-size.svg" width=420 height=270 alt="">
121121 <figcaption> Inner size</figcaption>
122122 </figure>
123123
@@ -126,7 +126,7 @@ Terminology</h2>
126126 The <a href="https://www.w3.org/TR/css2/box.html#box-dimensions">margin-box</a> [=size=] of a <a>box</a> .
127127
128128 <figure>
129- <img src="images/outer-size.svg" alt="">
129+ <img src="images/outer-size.svg" width=420 height=270 alt="">
130130 <figcaption> Outer size</figcaption>
131131 </figure>
132132
0 commit comments