- From: <bugzilla@jessica.w3.org>
- Date: Wed, 23 May 2012 17:01:14 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=17113 --- Comment #2 from Dimitri Glazkov <dglazkov@chromium.org> 2012-05-23 17:01:13 UTC --- (In reply to comment #1) > I think we should follow <script> here. Like a <script> tag, once the element > has been processed, subsequent changes should not have any effect; removing and > reinserting it into the document should not have any effect. I disagree. Script is not being actively reused. It runs and then it's done. When you stamp out a new element, you effectively reuse the template and the attributes on the HTMLElementElement. I think it's more similar to <style> than to <script> in this respect. -- Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
Received on Wednesday, 23 May 2012 17:01:17 UTC