NEW 204171
WebKit supports quirky fill colors from the OM even in non quirks-mode documents
https://bugs.webkit.org/show_bug.cgi?id=204171
Summary WebKit supports quirky fill colors from the OM even in non quirks-mode documents
Emilio Cobos Álvarez (:emilio)
Reported 2019-11-13 12:29:02 PST
STR: * Open https://bug1595756.bmoattachments.org/attachment.cgi?id=9108520 Expected results: * Three black squares. Actual results: * The first square is yellow, even though I styled it with: > document.querySelector("rect").style.fill = "ffff00" Which is only a valid color on quirks-mode.
Attachments
Simon Fraser (smfr)
Comment 1 2019-11-13 12:39:26 PST
Need to check if the same happens in CSS (not SVG).
Radar WebKit Bug Importer
Comment 2 2022-07-01 15:09:43 PDT
Note You need to log in before you can comment on or make changes to this bug.