[Bug 27436] New: Document.charset
| Newsgroups | gmane.comp.web.dom.general |
|---|---|
| Message-ID | <[email protected]/Bugs/Public/> |
https://www.w3.org/Bugs/Public/show_bug.cgi?id=27436
Bug ID: 27436
Summary: Document.charset
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]
This is supported by IE, Blink and WebKit, but not Gecko.
Usage in Chrome is around 4%:
https://www.chromestatus.com/metrics/feature/timeline/popularity/127
It's not readonly like characterSet, but we can probably remove the setter:
https://www.chromestatus.com/metrics/feature/timeline/popularity/427
So, make charset an alias of characterSet? It's very unlikely that it can be
removed in Blink, since at this level of usage it's bound to show up on code
paths that Gecko doesn't take for some reason or another.
--
You are receiving this mail because:
You are on the CC list for the bug.