Skip to content

Commit bbfb72b

Browse files
committed
[css-sizing] Fix issue about definite sizes that are computations against other definite sizes.
1 parent b4d72dd commit bbfb72b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-sizing/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ Terminology</h2>
8282
<dt><dfn id="definite" lt="definite|definite size">definite size</dfn>
8383
<dd>
8484
A size that can be determined without measuring content;
85-
that is, a <var>&lt;length></var>,
85+
that is, a <<length>>,
8686
a size of the <a>initial containing block</a>,
87-
or a <var>&lt;percentage></var> that is resolved against a <a>definite</a> size.
87+
or a <<percentage>> or other formula that is resolved solely against <a>definite</a> sizes.
8888
Additionally, the size of the <a>containing block</a> of an absolutely positioned element is always <a>definite</a>
8989
with respect to that element.
9090

0 commit comments

Comments
 (0)