Bug 1408341 - Implement assignedSlot on Element and Text

Tag #1375
This commit is contained in:
Matt A. Tobin 2020-04-17 06:38:37 -04:00 committed by Roy Tam
commit 6b075994f5
9 changed files with 81 additions and 9 deletions

View file

@ -236,6 +236,8 @@ partial interface Element {
NodeList getDestinationInsertionPoints();
[Func="nsDocument::IsWebComponentsEnabled"]
readonly attribute ShadowRoot? shadowRoot;
[Pref="nsDocument::IsWebComponentsEnabled"]
readonly attribute HTMLSlotElement? assignedSlot;
};
Element implements ChildNode;