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)

enhancement

Tracking

()

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.
I have patches to do this.
Assignee: nobody → dbaron
Status: NEW → ASSIGNED
Priority: -- → P3
Assignee: dbaron → nobody
Status: ASSIGNED → NEW
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.