Summary: | Implement new apperance property behavior | ||
---|---|---|---|
Product: | WebKit | Reporter: | Joey Arhar <jarhar> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW --- | ||
Severity: | Normal | CC: | webkit-bug-importer, zcorpan |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Description
Joey Arhar
2021-11-22 11:26:48 PST
The biggest change as compared to how WebKit currently behaves (and as Chromium and Gecko behaved a few years ago) is that not every element can have any appearance. A <div> can only have the "none" appearance. A checkbox can either be "none" or "checkbox" kind of widget (the latter is equivalent to the 'auto' keyword). And the spec now defines how various author properties like 'background-color' cause the kind of widget to switch to "none", which wasn't interoperable. |