Skip to content

Commit d3167d7

Browse files
committed
[css-sizing] Add definitions for inner and outer size.
1 parent 4b6bb10 commit d3167d7

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

css-sizing/Overview.bs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,13 @@ Terminology</h2>
7272
a <a>block size</a> and/or <a>inline size</a>;
7373
alternatively a width and/or height.
7474

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+
<dd>
80+
The <a href="http://www.w3.org/TR/css2/box.html#box-dimensions">margin-box</a> size of a <a>box</a>.
81+
7582
<dt><dfn id="definite" lt="definite|definite size">definite size</dfn>
7683
<dd>
7784
A size that can be determined without measuring content;

0 commit comments

Comments
 (0)