[Bug 27436] Document.charset

https://www.w3.org/Bugs/Public/show_bug.cgi?id=27436

--- Comment #15 from Philip Jägenstedt <philipj@opera.com> ---
The 4% is any access to Document.charset, notably including code like
(document.charset || document.characterSet) that would work without it, which
is likely a large majority of cases.

Answering questions like these using Blink's UseCounter system is difficult,
one would have to collect a representative sample of pages that access
document.charset and analyze them manually.

If someone has access to a large corpus of Web content, a grep for pages that
say "document.charset" without "document.characterSet" in the vicinity might be
illuminating.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 26 November 2014 19:10:49 UTC