We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b6bb10 commit d3167d7Copy full SHA for d3167d7
1 file changed
css-sizing/Overview.bs
@@ -72,6 +72,13 @@ Terminology</h2>
72
a <a>block size</a> and/or <a>inline size</a>;
73
alternatively a width and/or height.
74
75
+ <dt><dfn>inner size</dfn>
76
+ <dd>
77
+ The <a href="http://www.w3.org/TR/css2/box.html#box-dimensions">content-box</a> size of a <a>box</a>.
78
+ <dt><dfn>outer size</dfn>
79
80
+ The <a href="http://www.w3.org/TR/css2/box.html#box-dimensions">margin-box</a> size of a <a>box</a>.
81
+
82
<dt><dfn id="definite" lt="definite|definite size">definite size</dfn>
83
<dd>
84
A size that can be determined without measuring content;
0 commit comments