[css-forms-1] Add support for `appearance: base-select` style value
Categories
(Core :: CSS Parsing and Computation, enhancement)
Tracking
()
People
(Reporter: keithamus, Assigned: tlouw)
References
(Blocks 2 open bugs, )
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
The new appearance: base & appearance: base-select style values should be parsed, and allow <select> elements to be styled generically.
We should endeavour to implement base behind a flag specific to this, as we do not want generic web content to use appearance: base until the remainder of form controls have fully implemented their respective base styles.
| Reporter | ||
Updated•1 year ago
|
Updated•1 year ago
|
Comment 2•11 months ago
|
||
Let's narrow this to be about just base-select, and spin off base to another bug. base-select is the only piece that's needed for bug 1944403,, I think.
(base-select is defined as behaving like base on <select> elements, but we very well may implement it before we implement appearance:base, and then only wire them up after we've started working on appearance:base)
Updated•11 months ago
|
Updated•11 months ago
|
| Assignee | ||
Updated•6 months ago
|
| Assignee | ||
Comment 4•6 months ago
|
||
This adds the base-select value to the appearance CSS property. It
is part of the customizable <select> implementation and is behind a
pref: layout.css.appearance-base-select.enabled.
Comment 7•6 months ago
|
||
Backed out for causing failures at select-pseudo-open.html.
Backout link: https://hg.mozilla.org/integration/autoland/rev/70345b092cac
Failure log: https://treeherder.mozilla.org/logviewer?job_id=548189513&repo=autoland&task=R6ysfjWWQlCdn6-ADeXDfg.0&lineNumber=4803
| Assignee | ||
Comment 8•6 months ago
|
||
Failure seems to be on Android only, running another try run with linux and android to confirm.
https://treeherder.mozilla.org/jobs?repo=try&landoCommitID=179212
Comment 10•6 months ago
|
||
| bugherder | ||
Updated•5 months ago
|
Updated•5 months ago
|
Updated•5 months ago
|
Description
•