Re: [whatwg/dom] Manage slot manipulation centrally and special case replace operations (#695)

EdgarChen commented on this pull request.

((Not related to the algorithm))
Step 3 of https://dom.spec.whatwg.org/#concept-node-replace-all
> ... a list containing node otherwise

In other place, like step 13 of https://dom.spec.whatwg.org/#concept-node-replace and step 3 of https://dom.spec.whatwg.org/#concept-node-insert, we use
> ... a list containing __solely__ node otherwise. 

Maybe it is good to have a consistent wording.



-- 
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/pull/695#pullrequestreview-233547961

Received on Friday, 3 May 2019 16:00:34 UTC