You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Return an HTMLCollection of the embed elements in the Document.
@@ -5079,7 +5075,7 @@ interface ElementEventMap {
5079
5075
}
5080
5076
5081
5077
/** Element is the most general base class from which all objects in a Document inherit. It only has methods and properties common to all kinds of elements. More specific classes inherit from Element. */
@@ -15418,7 +15414,7 @@ declare var SyncManager: {
15418
15414
};
15419
15415
15420
15416
/** The textual content of Element or Attr. If an element has no markup within its content, it has a single child implementing Text that contains the element's text. However, if the element contains markup, it is parsed into information items and Text nodes that form its children. */
15421
-
interface Text extends CharacterData, Slotable {
15417
+
interface Text extends CharacterData, Slottable {
15422
15418
readonly assignedSlot: HTMLSlotElement | null;
15423
15419
/**
15424
15420
* Returns the combined data of all direct Text node siblings.
0 commit comments