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

I think it would be convenient for the DOM API to evolve to a higher level of abstraction as some Javascript libraries allow with high level and chainable methods.

Example:

     paragraph.appendElement("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

Received on Wednesday, 3 March 2021 16:39:19 UTC