Re: [whatwg/dom] Should `Attr.isConnected` return `false` if element is connected? (Issue #1448)

WebReflection left a comment (whatwg/dom#1448)

for history/lurkers sake:

```js
!!attribute.ownerElement?.isConnected
```

is the way to know if an Attribute node is live

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/1448#issuecomment-3805103948
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/dom/issues/1448/3805103948@github.com>

Received on Tuesday, 27 January 2026 13:01:52 UTC