WPTs legend-display.html and fieldset-display.html probably shouldn't mandate support for `display:run-in`
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox145 | --- | fixed |
People
(Reporter: dholbert, Assigned: dholbert)
References
Details
Attachments
(1 file)
For these two tests, the only subtest that Firefox fails are due to lack of support for display:run-in
:
wpt.fyi:
https://wpt.fyi/results/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-display.html
https://wpt.fyi/results/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-display.html
wpt.live:
https://wpt.live/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-display.html
https://wpt.live/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-display.html
I think these tests are trying to comprehensively test all of the display
values that are mentioned in any CSS spec; but given that there are no modern-browser implementations of display:run-in
at this point and near-zero non-browser implementations, it probably doesn't make sense to include it as one of the tested values. It may make sense to include this check of test as part of testing the display
value (as in https://wpt.fyi/results/css/css-display/parsing/display-computed.html ), and of course for direct tests of run-in
itself; but it doesn't really make sense to include it as part of testing fieldset
rendering.
Part of the motivation here is that there's a chance we'll propose these tests as part of a fieldset-related interop-202x focus area, so we want to be sure that a 100%-pass-rate is realistically achievable without requiring the implementation of unrelated features.
Assignee | ||
Updated•28 days ago
|
Assignee | ||
Comment 1•28 days ago
|
||
Updated•28 days ago
|
Assignee | ||
Comment 2•25 days ago
|
||
No huge rush here, but I figured I'd needinfo just in case you don't notice the phab-review-ping. :)
(Hoping to have you review since you're the test author here.)
Comment 5•21 days ago
|
||
bugherder |
Description
•