Skip to content

Commit 40361af

Browse files
committed
[css-position-3] Percentages calculate against the original containing block. #5082
1 parent af28538 commit 40361af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

css-position-3/Overview.bs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -869,6 +869,8 @@ Absolute Positioning Layout Model</h2>
869869
Next, its width and height are resolved against this [=definite=] [=available space=],
870870
as its [=preferred size=] capped by its [=maximum size=] (if any), floored by its [=minimum size=].
871871
See [[#abspos-auto-size]].
872+
Percentages, however,
873+
are resolved against the original [=containing block=] size.
872874

873875
<li>
874876
Then, the value of any ''margin/auto'' margins are calculated,

0 commit comments

Comments
 (0)