Closed
Bug 1309176
Opened 8 years ago
Closed 8 years ago
Add stack-of-queues system for custom element reaction
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
DUPLICATE
of bug 1309184
People
(Reporter: jdai, Assigned: jdai)
References
Details
(Whiteboard: dom-ce-m2)
Attachments
(1 file)
According to spec [1], we need to implement stack-of-queues system which has an associated backup element queue.
The stack-of-queues system is a custom element reactions stack. The stack entry is an element queue. The queue entry is an element and each element has an associated custom element reaction queue. Also, each custom element reactions stack has an associated backup element queue.
[1] https://html.spec.whatwg.org/multipage/scripting.html#cereactions
Assignee | ||
Updated•8 years ago
|
Blocks: custom-elements-initial-release
Updated•8 years ago
|
Whiteboard: dom-ce-m2
Assignee | ||
Comment 1•8 years ago
|
||
Attachment #8808466 -
Flags: feedback?(echen)
Assignee | ||
Updated•8 years ago
|
Attachment #8808466 -
Flags: feedback?(echen)
Assignee | ||
Comment 2•8 years ago
|
||
I'll integrate this patch into bug 1309184.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•