[Bug 27435] Document.inputEncoding

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

--- Comment #3 from Philip Jägenstedt <philipj@opera.com> ---
Yes, but do we care, given that a plain alias seems Web compatible?

In IE11, document.implementation.createHTMLDocument('').inputEncoding is
"UTF-8" while .characterSet is "utf-8". In Chrome both are null.  In Firefox
inputEncoding is null while characterSet is "UTF-8". In other words, the
in-memory case doesn't have great interop right now.

(For documents served over HTTP it's all "UTF-8" except characterSet in IE11
which is "utf-8".)

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

Received on Wednesday, 26 November 2014 08:40:07 UTC