Skip to content

Commit

Permalink
[css-position-3] <input type=image> is still replaced #6789
Browse files Browse the repository at this point in the history
  • Loading branch information
fantasai committed Mar 29, 2023
1 parent 11177b7 commit 20bfa00
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions css-position-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -968,9 +968,12 @@ 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,
Note: To the extent that form controls can be resized
(and are not directly representing [=replaced elements=] such as images),
they are expected to be treated as [=non-replaced=] here.
In HTML, all form controls are treated as [=non-replaced=].
In HTML, all form controls
other than <code>&lt;input type=image></code>
are treated as [=non-replaced=].

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

0 comments on commit 20bfa00

Please sign in to comment.