mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Implement document.compatMode
Spec: http://dom.spec.whatwg.org/#dom-document-compatmode This is a sub-task for #1428.
This commit is contained in:
parent
0dd37d9cd3
commit
56572a2814
6 changed files with 68 additions and 3 deletions
|
@ -28,7 +28,8 @@ interface Document : Node {
|
|||
readonly attribute DOMImplementation implementation;
|
||||
readonly attribute DOMString URL;
|
||||
readonly attribute DOMString documentURI;
|
||||
// readonly attribute DOMString compatMode;
|
||||
// readonly attribute DOMString origin;
|
||||
readonly attribute DOMString compatMode;
|
||||
// readonly attribute DOMString characterSet;
|
||||
readonly attribute DOMString contentType;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue