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:
Bruno de Oliveira Abinader 2014-01-21 11:18:53 -04:00
parent 539cf58f73
commit 1067da7df8
7 changed files with 49 additions and 14 deletions

View file

@ -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;