Partially implement getter of Document

This commit is contained in:
Anthony Ramine 2015-05-02 13:02:23 +02:00
parent 69220dfc10
commit 0e8bd5dd98
6 changed files with 92 additions and 70 deletions

View file

@ -81,7 +81,7 @@ partial /*sealed*/ interface Document {
readonly attribute DocumentReadyState readyState;
// DOM tree accessors
// getter object (DOMString name);
getter object (DOMString name);
attribute DOMString title;
[SetterThrows]
attribute HTMLElement? body;