mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
implement document charset
- pre-compute the adjusted encoding name Fix build errors and update test expectations
This commit is contained in:
parent
5b91daa923
commit
c559270b83
9 changed files with 36 additions and 270 deletions
|
@ -20,6 +20,7 @@ interface Document : Node {
|
|||
readonly attribute DOMString documentURI;
|
||||
readonly attribute DOMString compatMode;
|
||||
readonly attribute DOMString characterSet;
|
||||
readonly attribute DOMString charset; // legacy alias of .characterSet
|
||||
readonly attribute DOMString inputEncoding; // legacy alias of .characterSet
|
||||
[Constant]
|
||||
readonly attribute DOMString contentType;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue