Re: [whatwg/dom] Evolution of DOM API to a higher level of abstraction. (#957)

FWIW, this works already

```js
paragraph.appendChild("a").setAttribute("href", "/article");
```

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

Received on Wednesday, 3 March 2021 16:43:12 UTC