- From: Simon Pieters <notifications@github.com>
- Date: Tue, 27 Feb 2024 03:17:58 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 27 February 2024 11:18:02 UTC
### What is the issue with the DOM Standard? > An [element](https://dom.spec.whatwg.org/#concept-element) is connected if its [shadow-including root](https://dom.spec.whatwg.org/#concept-shadow-including-root) is a [document](https://dom.spec.whatwg.org/#concept-document). Since `isConnected` is an attribute of `Node`, 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 -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/1259 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/issues/1259@github.com>
Received on Tuesday, 27 February 2024 11:18:02 UTC