Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement custom element reactions #17614

Merged
merged 4 commits into from Jul 18, 2017

Commits on Jul 13, 2017

  1. Store lifecycle callbacks when CEs are defined

    This implements steps 10.3 - 10.4 of the CustomElementRegistry.define
    steps.
    cbrewster committed Jul 13, 2017
  2. Get observed attributes when a CE is defined

    Implements steps 10.5 - 10.6 of CustomElementRegistry.define
    cbrewster committed Jul 13, 2017

Commits on Jul 18, 2017

  1. Invoke backup element queue via a microtask

    cbrewster committed Jul 18, 2017
You can’t perform that action at this time.