- From: <bugzilla@jessica.w3.org>
- Date: Wed, 26 Nov 2014 00:05:40 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=27436
Arkadiusz Michalski (Spirit) <crimsteam@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |crimsteam@gmail.com
--- Comment #1 from Arkadiusz Michalski (Spirit) <crimsteam@gmail.com> ---
I would add one another thing if you have already started this bug.
Document.characterSet should retrun encoding's name but lowercase (what we have
in table on encoding spec) or uppercase? Ask becasue I noticed different
behavior in browsers.
https://encoding.spec.whatwg.org/#names-and-labels
Some results returned by various commands:
Document.characterSet
Firefox UTF-8
Chrome UTF-8
IE utf-8
Document.inputEncoding (DOM Level 3)
Firefox UTF-8
Chrome UTF-8
IE UTF-8
Document.charset (not standard)
Chrome UTF-8
IE utf-8
Document.characterSet (not standard)
Chrome ISO-8859-2
IE windows-1250
TextEncoder.encoding and TextDecoder.encoding
Firefox utf-8
Chrome utf-8
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Wednesday, 26 November 2014 00:05:44 UTC