What is the issue with the HTML Standard?
@josepharhar @annevk @fantasai @whatwg/css @whatwg/forms
appearance: base select currently has:
select > button:first-child {
all: unset;
display: contents;
}
all: unset doesn't really do much when display: contents is applied rendering-wise. It only start coming into effect when you override display: contents
It's rather an expensive property to apply, though I'm not opposed to keeping it if there's some developer benefit