Message from JavaScript discussions

October 2017

— Reproducer

— 

Background is slideshow. For example, click create account which changes only the form, background remains the way. How it?

— Hi, good to know

— The spec says it inserts the children of the fragment, and that's what they do.

— It also says those functions return the inserted nodes.

— Check mdn, I updated the docs

— Https://developer.mozilla.org/en-US/docs/Web/API/Node/appendChild

— Https://developer.mozilla.org/en-US/docs/Web/API/Node/insertBefore

— DOM Level 3 Core

— This has everything you need to know in source

— Including links

— DOM living standard says very little nowadays and is honestly a not a good document.