NEW 139272
Web Inspector: inconsistent case-sensitivity in inspector overlay when document rendered in quirks mode
https://bugs.webkit.org/show_bug.cgi?id=139272
Summary Web Inspector: inconsistent case-sensitivity in inspector overlay when docume...
Brian Burg
Reported 2014-12-04 15:25:20 PST
It's annoying :(
Attachments
Radar WebKit Bug Importer
Comment 1 2014-12-04 15:25:34 PST
Joseph Pecoraro
Comment 2 2014-12-04 15:51:18 PST
If I do: shell> document.body.classList.add("tEsT") Then hover <body> in the inspector the page overlay label does say "body.tEsT". Are you seeing otherwise?
Joseph Pecoraro
Comment 3 2014-12-04 15:58:44 PST
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
Note You need to log in before you can comment on or make changes to this bug.