- From: Anne van Kesteren <notifications@github.com>
- Date: Fri, 04 May 2018 00:39:55 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 4 May 2018 07:40:17 UTC
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