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
This should be as simple as replacing "element" with "node". This also seems to apply to the "in a document tree" and "in a document" definitions. We should fix those at the same time.
What is the issue with the DOM Standard?
Since
isConnected
is an attribute ofNode
, the "connected" concept should be defined for all kinds of nodes, not just elements.HTML also expects text nodes to have "connected" defined, as otherwise text outside an open modal dialog is not inert: https://html.spec.whatwg.org/multipage/interaction.html#modal-dialogs-and-inert-subtrees
The text was updated successfully, but these errors were encountered: