summaryrefslogtreecommitdiffstats
path: root/dom/webidl
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-04-17 12:27:45 -0400
committerMatt A. Tobin <email@mattatobin.com>2020-04-17 12:27:45 -0400
commit222d316c835019ce64603180e4a73b231b788d76 (patch)
tree6c397c7ea7ad627317bddaa157b30405f12314b5 /dom/webidl
parent38f206cb7288d8ef3f05e74e8201e9e662a0859a (diff)
downloadUXP-222d316c835019ce64603180e4a73b231b788d76.tar
UXP-222d316c835019ce64603180e4a73b231b788d76.tar.gz
UXP-222d316c835019ce64603180e4a73b231b788d76.tar.lz
UXP-222d316c835019ce64603180e4a73b231b788d76.tar.xz
UXP-222d316c835019ce64603180e4a73b231b788d76.zip
Bug 1425685 - Implement HTMLSlotElement.assignedElements();
Tag #1375
Diffstat (limited to 'dom/webidl')
-rw-r--r--dom/webidl/HTMLSlotElement.webidl1
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/webidl/HTMLSlotElement.webidl b/dom/webidl/HTMLSlotElement.webidl
index 24dfcf350..9fd2da628 100644
--- a/dom/webidl/HTMLSlotElement.webidl
+++ b/dom/webidl/HTMLSlotElement.webidl
@@ -15,6 +15,7 @@
interface HTMLSlotElement : HTMLElement {
[CEReactions, SetterThrows] attribute DOMString name;
sequence<Node> assignedNodes(optional AssignedNodesOptions options);
+ sequence<Element> assignedElements(optional AssignedNodesOptions options);
};
dictionary AssignedNodesOptions {