Skip to content

Commit

Permalink
[css-sizing] Fix issue about definite sizes that are computations aga…
Browse files Browse the repository at this point in the history
…inst other definite sizes.
  • Loading branch information
fantasai committed Nov 5, 2015
1 parent b4d72dd commit bbfb72b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css-sizing/Overview.bs
Expand Up @@ -82,9 +82,9 @@ Terminology</h2>
<dt><dfn id="definite" lt="definite|definite size">definite size</dfn>
<dd>
A size that can be determined without measuring content;
that is, a <var>&lt;length></var>,
that is, a <<length>>,
a size of the <a>initial containing block</a>,
or a <var>&lt;percentage></var> that is resolved against a <a>definite</a> size.
or a <<percentage>> or other formula that is resolved solely against <a>definite</a> sizes.
Additionally, the size of the <a>containing block</a> of an absolutely positioned element is always <a>definite</a>
with respect to that element.

Expand Down

0 comments on commit bbfb72b

Please sign in to comment.