- From: <bugzilla@jessica.w3.org>
- Date: Tue, 25 Nov 2014 23:23:30 +0000
- To: www-dom@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=27435 Bug ID: 27435 Summary: Document.inputEncoding Product: WebAppsWG Version: unspecified Hardware: PC OS: All Status: NEW Severity: normal Priority: P2 Component: DOM Assignee: annevk@annevk.nl Reporter: philipj@opera.com QA Contact: public-webapps-bugzilla@w3.org CC: mike@w3.org, www-dom@w3.org https://dom.spec.whatwg.org/#dom-document-inputencoding Usage is currently around 0.4%: https://www.chromestatus.com/metrics/feature/timeline/popularity/114 AFAICT no browser has removed it yet. In Blink/WebKit it's just an alias of characterSet, while in Gecko it returns null for in-memory document and is otherwise an alias of characterSet. Making it an alias seems simplest. -- You are receiving this mail because: You are on the CC list for the bug.
Received on Tuesday, 25 November 2014 23:23:31 UTC