Open
Bug 1901479
Opened 1 year ago
Updated 18 days ago
[Inactive CSS] Report ignored field-sizing
Categories
(DevTools :: Inspector: Rules, enhancement, P3)
DevTools
Inspector: Rules
Tracking
(Not tracked)
NEW
People
(Reporter: nchevobbe, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
From https://drafts.csswg.org/css-ui/#element-with-default-preferred-size
Applies to: elements with default preferred size
So this will only impact elements like textarea/inputs/select I guess?
Comment 1•1 year ago
|
||
So this will only impact elements like textarea/inputs/select I guess?
Yes, <textarea>, <input>, and <select> elements, see https://developer.mozilla.org/en-US/docs/Web/CSS/field-sizing#elements_affected_by_field-sizing_content.
Though it was also discussed to include elements having contenteditable attribute set.
The discussions also included the suggestion to cover auto-sizing of iframes by their contents with this, though I guess it's a little late for that given that Chrome is already shipping this under the given name.
Sebastian
Updated•18 days ago
|
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•