- From: <bugzilla@jessica.w3.org>
- Date: Fri, 20 Sep 2013 18:07:11 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23308 Bug ID: 23308 Summary: [Custom]: Don't queue callbacks for an element that does not have that specific callback Product: WebAppsWG Version: unspecified Hardware: PC OS: All Status: NEW Severity: normal Priority: P2 Component: Component Model Assignee: dglazkov@chromium.org Reporter: dominicc@chromium.org QA Contact: public-webapps-bugzilla@w3.org Blocks: 14968 If a Custom Element doesn't have a specific callback (eg leftView) that element should not be scheduled under the relevant condition (eg removed from document). This is for two reasons: 1. If we add callbacks in future, we don't want to change the order existing code sees existing callbacks. 2. It is faster to not put an element on the processing stack, etc. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Friday, 20 September 2013 18:07:13 UTC