Skip to content

Commit

Permalink
[css-position-3] Percentages calculate against the original containin…
Browse files Browse the repository at this point in the history
…g block. #5082
  • Loading branch information
fantasai committed Sep 3, 2021
1 parent af28538 commit 40361af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions css-position-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -869,6 +869,8 @@ Absolute Positioning Layout Model</h2>
Next, its width and height are resolved against this [=definite=] [=available space=],
as its [=preferred size=] capped by its [=maximum size=] (if any), floored by its [=minimum size=].
See [[#abspos-auto-size]].
Percentages, however,
are resolved against the original [=containing block=] size.

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

0 comments on commit 40361af

Please sign in to comment.