[Webkit-unassigned] [Bug 233430] Implement new apperance property behavior

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 23 06:54:09 PST 2021


https://bugs.webkit.org/show_bug.cgi?id=233430

--- Comment #1 from Simon Pieters (:zcorpan) <simon at bocoup.com> ---
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20211123/2dff46e3/attachment.htm>


More information about the webkit-unassigned mailing list