Skip to content

Commit

Permalink
Formalize custom element reactions
Browse files Browse the repository at this point in the history
This executes a large portion of the plan laid out in WICG/webcomponents#186, by introducing a new [CEReactions] IDL extended attribute which can be used to indicate that new steps should be inserted related to custom element reactions. It replaces the previous handwaving of "every operation and attribute" with an explicit annotation on every relevant operation, attribute, setter, and deleter.

There remains work to do to annotate other specifications across the web platform with this attribute (notably DOM), as well as deal with editing operations. But all such updates will depend on the definition of [CEReactions] added here.
  • Loading branch information
domenic authored and annevk committed Apr 20, 2016
1 parent 2719a51 commit 27aa7bc
Showing 1 changed file with 471 additions and 447 deletions.
Loading

0 comments on commit 27aa7bc

Please sign in to comment.