Skip to content

Commit

Permalink
[css-position-3] Clarify that HTML form controls are non-replaced. w3…
Browse files Browse the repository at this point in the history
  • Loading branch information
tabatkins authored and jakearchibald committed Jan 16, 2023
1 parent bdcabe8 commit 3e0b157
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions css-position-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -923,6 +923,7 @@ Automatic Sizes of Absolutely-Positioned Boxes</h3>
::
Its [=automatic size=] is its [=stretch-fit size=].


: Otherwise
::
Its [=automatic size=] is its [=fit-content size=].
Expand All @@ -940,6 +941,10 @@ Automatic Sizes of Absolutely-Positioned Boxes</h3>

The [=automatic minimum size=] of an absolutely-positioned box is always zero.

Note: To the extent that form controls can be resized,
they are expected to be treated as [=non-replaced=] here.
In HTML, all form controls are treated as [=non-replaced=].

<h3 id="abspos-margins">
Auto Margins of Absolutely-Positioned Boxes</h3>

Expand Down

0 comments on commit 3e0b157

Please sign in to comment.