mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Basic support for Document::contentType
Spec: http://dom.spec.whatwg.org/#dom-document-contenttype This is a subtask for #1428, #1510 and #1526.
This commit is contained in:
parent
539cf58f73
commit
1067da7df8
7 changed files with 49 additions and 14 deletions
|
@ -30,7 +30,7 @@ interface Document : Node {
|
|||
// readonly attribute DOMString documentURI;
|
||||
// readonly attribute DOMString compatMode;
|
||||
// readonly attribute DOMString characterSet;
|
||||
// readonly attribute DOMString contentType;
|
||||
readonly attribute DOMString contentType;
|
||||
|
||||
readonly attribute DocumentType? doctype;
|
||||
readonly attribute Element? documentElement;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue