Skip to content

Commit 20bfa00

Browse files
committed
[css-position-3] <input type=image> is still replaced #6789
1 parent 11177b7 commit 20bfa00

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

css-position-3/Overview.bs

+5-2
Original file line numberDiff line numberDiff line change
@@ -968,9 +968,12 @@ Automatic Sizes of Absolutely-Positioned Boxes</h3>
968968

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

971-
Note: To the extent that form controls can be resized,
971+
Note: To the extent that form controls can be resized
972+
(and are not directly representing [=replaced elements=] such as images),
972973
they are expected to be treated as [=non-replaced=] here.
973-
In HTML, all form controls are treated as [=non-replaced=].
974+
In HTML, all form controls
975+
other than <code>&lt;input type=image></code>
976+
are treated as [=non-replaced=].
974977

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

0 commit comments

Comments
 (0)