Re: [whatwg/dom] Define cloning steps for an select element (#644)

I disagree with your statements. There's a lot of internal state that is not copied over by `cloneNode()`, e.g., `<canvas>`'s bitmap, `<a>`'s URL, and `<input type=file>`'s files.

I strongly suspect it's copied over for `input` and `textarea` due to implementation bugs that were copied over by other browsers.

And yes, backwards compatibility is very important. I encourage you to read https://www.w3.org/TR/html-design-principles/.

-- 
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/644#issuecomment-386526835

Received on Friday, 4 May 2018 07:40:17 UTC