Auto merge of #5573 - nox:parentnode-attributes, r=Ms2ger

This commit is contained in:
bors-servo 2015-04-08 07:54:13 -05:00
commit 188a0e7b94
15 changed files with 48 additions and 233 deletions

View file

@ -11,14 +11,13 @@
interface ParentNode {
[Constant]
readonly attribute HTMLCollection children;
/*
[Pure]
readonly attribute Element? firstElementChild;
[Pure]
readonly attribute Element? lastElementChild;
[Pure]
readonly attribute unsigned long childElementCount;
*/
// Not implemented yet
// void prepend((Node or DOMString)... nodes);
// void append((Node or DOMString)... nodes);