mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Partially implement getter of Document
This commit is contained in:
parent
69220dfc10
commit
0e8bd5dd98
6 changed files with 92 additions and 70 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue