Open
Bug 1388840
Opened 7 years ago
Updated 2 years ago
adjust intrinsic size quirk for form controls, per CSS WG resolution
Categories
(Core :: Layout, enhancement, P3)
Core
Layout
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox57 | --- | affected |
People
(Reporter: dbaron, Unassigned)
References
Details
In https://github.com/w3c/csswg-drafts/issues/765 the CSS WG resolved to accept a proposed quirk for form control intrinsic sizing, with some changes from the way we implemented it in bug 823483.
I think there are two basic changes:
(1) calc() expressions where part is a percent should have the percent-part resolve to 0, but not the whole thing resolve to 0
(2) The quirk should apply for the same cases for width and max-width, rather than applying to truly-replaced elements for both properties and certain form controls for width only. In other words, the quirk should be extended to the form controls and percentage max-width.
Reporter | ||
Comment 1•7 years ago
|
||
I have patches to do this.
Assignee: nobody → dbaron
Status: NEW → ASSIGNED
Updated•7 years ago
|
Priority: -- → P3
Reporter | ||
Updated•4 years ago
|
Assignee: dbaron → nobody
Status: ASSIGNED → NEW
Reporter | ||
Comment 2•3 years ago
|
||
For what it's worth, the patches I had were:
https://hg.mozilla.org/users/dbaron_mozilla.com/patches/raw-file/d516a8e7b42953f76226c76860d018ce81b2796a/calc-width-max-width-changes
https://hg.mozilla.org/users/dbaron_mozilla.com/patches/raw-file/d516a8e7b42953f76226c76860d018ce81b2796a/css-sizing-form-control-quirk-calc-changes
https://hg.mozilla.org/users/dbaron_mozilla.com/patches/raw-file/d516a8e7b42953f76226c76860d018ce81b2796a/css-sizing-form-control-quirk-scope-changes
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•