We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6cb21b commit 5a30c6eCopy full SHA for 5a30c6e
css-sizing-3/Overview.bs
@@ -88,6 +88,12 @@ Terminology</h2>
88
a <a>block size</a> and/or <a>inline size</a>;
89
alternatively a width and/or height.
90
91
+ <figure>
92
+ <img style="max-width: 49%;" src="images/sizing-ltr-tb.svg"><img style="max-width: 49%;" src="images/sizing-ttb-rl.svg">
93
+ <figcaption>Whether the <a>width</a> or <a>height</a> corresponds
94
+ to an <a>inline size</a> or <a>block size</a> depends on the <a>writing mode</a>.</figcaption>
95
+ </figure>
96
+
97
<dt><dfn>inner size</dfn>
98
<dd>
99
The <a href="https://www.w3.org/TR/css2/box.html#box-dimensions">content-box</a> size of a <a>box</a>.
css-sizing-3/images/sizing-ltr-tb.svg
css-sizing-3/images/sizing-ttb-rl.svg
0 commit comments