[Webkit-unassigned] [Bug 245927] font-size treats <number> as pixels in standard mode when previously specified on SVG/MathML
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Oct 1 01:00:56 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=245927
--- Comment #1 from Frédéric Wang (:fredw) <fred.wang at free.fr> ---
Created attachment 462747
--> https://bugs.webkit.org/attachment.cgi?id=462747&action=review
Testcase (quirks mode)
A testcase in quirks mode. In that case WebKit, Chromium and Firefox treat all these <number> values as pixels:
<body style="font-size: 100px">
<div>
<span>100</span>
<span style="font-size: 50">50</span>
<span style="font-size: 75">75</span>
<span style="font-size: 33.33333">33.33333</span>
</div>
</body>
--
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/20221001/9e74f887/attachment.htm>
More information about the webkit-unassigned
mailing list