[Webkit-unassigned] [Bug 139272] Web Inspector: DOM element selection overlay label shouldn't convert class names to lowercase
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Dec 4 15:58:44 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=139272
--- Comment #3 from Joseph Pecoraro <joepeck at webkit.org> ---
Seems to be a quirks mode thing.
No doctype (quirks), we canonicalize lowercase class name:
data:text/html,<h1%20class="tEsT">Test
With doctype, we show class name as is:
data:text/html,<!doctype%20html><h1%20class="tEsT">Test
--
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/20141204/27d53d9e/attachment-0002.html>
More information about the webkit-unassigned
mailing list