We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11177b7 commit 20bfa00Copy full SHA for 20bfa00
css-position-3/Overview.bs
@@ -968,9 +968,12 @@ Automatic Sizes of Absolutely-Positioned Boxes</h3>
968
969
The [=automatic minimum size=] of an absolutely-positioned box is always zero.
970
971
- Note: To the extent that form controls can be resized,
+ Note: To the extent that form controls can be resized
972
+ (and are not directly representing [=replaced elements=] such as images),
973
they are expected to be treated as [=non-replaced=] here.
- In HTML, all form controls are treated as [=non-replaced=].
974
+ In HTML, all form controls
975
+ other than <code><input type=image></code>
976
+ are treated as [=non-replaced=].
977
978
<h3 id="abspos-margins">
979
Auto Margins of Absolutely-Positioned Boxes</h3>
0 commit comments