[Bug 27435] New: Document.inputEncoding
| Newsgroups | gmane.comp.web.dom.general |
|---|---|
| Message-ID | <[email protected]/Bugs/Public/> |
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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
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.