- From: <bugzilla@jessica.w3.org>
- Date: Fri, 08 Nov 2013 21:49:15 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23778
Bug ID: 23778
Summary: [Custom]: Avoid difference in "created" callback
ordering in parsing vs. cloning
Product: WebAppsWG
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: Component Model
Assignee: dglazkov@chromium.org
Reporter: dglazkov@chromium.org
QA Contact: public-webapps-bugzilla@w3.org
CC: dominicc@chromium.org, mrbkap@gmail.com
Blocks: 14968
First discussed in:
https://groups.google.com/d/topic/polymer-dev/a4rFb6NgktE/discussion
As specified now, the order of "created" callback in a DOM tree will be
different for for parsing versus cloning
For example, in http://jsbin.com/uxIbOQo/2/edit?js,console
The output is:
"order of callbacks when parsing:"
"C"
"B"
"A"
"order of callbacks when cloning:"
"A"
"B"
"C"
This seems inconsistent. We should consider removing the special-casing of
callback ordering in HTML parser.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Friday, 8 November 2013 21:49:17 UTC