mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Implement document.characterSet
Spec: http://dom.spec.whatwg.org/#dom-document-characterset This is a sub-task for #1428.
This commit is contained in:
parent
17bc467b83
commit
a6c897e445
8 changed files with 100 additions and 6 deletions
|
@ -30,7 +30,7 @@ interface Document : Node {
|
|||
readonly attribute DOMString documentURI;
|
||||
// readonly attribute DOMString origin;
|
||||
readonly attribute DOMString compatMode;
|
||||
// readonly attribute DOMString characterSet;
|
||||
readonly attribute DOMString characterSet;
|
||||
readonly attribute DOMString contentType;
|
||||
|
||||
readonly attribute DocumentType? doctype;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue