[Bug 22991] New: [Custom]: Elaborate enqueuing a lifecycle callback

https://www.w3.org/Bugs/Public/show_bug.cgi?id=22991

            Bug ID: 22991
           Summary: [Custom]: Elaborate enqueuing a lifecycle callback
    Classification: Unclassified
           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

There are some conditions I think are missing. These are probably in other open
bugs but here's a summary:

- Inserted, removed need to become entered, left document; they should only be
enqueued if the document has a view.
- The entered callback should be queued at the point the prototype changes, and
not when the created callback is scheduled.
- With the exception of the created callback and the magic entered callback,
callbacks should not be queued until the created callback starts to run.
- There's this newfangled "not dispatching while the created callback is
running."

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Saturday, 17 August 2013 01:31:53 UTC