- From: Andrea Giammarchi <notifications@github.com>
- Date: Mon, 31 Jul 2023 05:38:29 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 31 July 2023 12:38:35 UTC
> Remember that some elements have actions when they're constructed ... Eg creating an image. wait a minute though ... I don't see any network activity in here ... that's what I meant by *live* ... if we parse to retrieve a document I don't think the parser constructs out of the box those elements until these are live/adopted ... what am I missing? ```js (new DOMParser).parseFromString('<img src="shenanigans.png">', 'text/html') ``` -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/1217#issuecomment-1658293345 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/issues/1217/1658293345@github.com>
Received on Monday, 31 July 2023 12:38:35 UTC