mirror of
https://github.com/servo/servo.git
synced 2025-10-13 23:10:20 +01:00
auto merge of #1756 : Manishearth/servo/nodelist-1744, r=Ms2ger
I haven't been able to test it yet (need to run a full build), but it looks like it should work.
This commit is contained in:
commit
ee549af3ae
4 changed files with 34 additions and 6 deletions
|
@ -44,7 +44,7 @@ partial interface Document {
|
|||
attribute DOMString title;
|
||||
attribute HTMLElement? body;
|
||||
readonly attribute HTMLHeadElement? head;
|
||||
/*NodeList*/ HTMLCollection getElementsByName(DOMString elementName);
|
||||
NodeList getElementsByName(DOMString elementName);
|
||||
|
||||
readonly attribute HTMLCollection images;
|
||||
readonly attribute HTMLCollection embeds;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue