- From: <bugzilla@jessica.w3.org>
- Date: Mon, 27 Oct 2014 17:31:17 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=27179
Bug ID: 27179
Summary: [Custom]: The timing at which callbacks are invoked
need to be defined more precisely
Product: WebAppsWG
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: Component Model
Assignee: dglazkov@chromium.org
Reporter: rniwa@webkit.org
QA Contact: public-webapps-bugzilla@w3.org
CC: mike@w3.org, public-webapps@w3.org
Blocks: 14968
http://www.w3.org/TR/custom-elements/#enqueuing-and-invoking-callbacks has the
following normative text for when custom elements' callbacks are called:
```
Any time a script calls a method, reads or sets a property that is implemented
by the user agent, the following actions must occur:
When transitioning from script to the user agent code, push a new element queue
to the processing stack
When transitioning back from the user agent code to script, pop the element
queue from the processing stack and invoke callbacks in that queue.
```
This needs to be more precisely defined in Web IDL, and the custom elements
spec should refer to that.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Monday, 27 October 2014 17:31:18 UTC