summaryrefslogtreecommitdiffstats
path: root/dom/webidl/Text.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'dom/webidl/Text.webidl')
-rw-r--r--dom/webidl/Text.webidl5
1 files changed, 5 insertions, 0 deletions
diff --git a/dom/webidl/Text.webidl b/dom/webidl/Text.webidl
index dcd25cec3..fb7b5d685 100644
--- a/dom/webidl/Text.webidl
+++ b/dom/webidl/Text.webidl
@@ -18,4 +18,9 @@ interface Text : CharacterData {
readonly attribute DOMString wholeText;
};
+partial interface Text {
+ [BinaryName="assignedSlotByMode", Func="nsTextNode::IsWebComponentsEnabled"]
+ readonly attribute HTMLSlotElement? assignedSlot;
+};
+
Text implements GeometryUtils;