[whatwg/dom] after inserts after (not before) (#991)

The after(nodes) method steps are:
 ..
    Pre-insert node into parent before viableNextSibling.

Should say:

    Pre-insert node into parent after viableNextSibling.
  

-- 
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/991

Received on Thursday, 17 June 2021 01:17:49 UTC