- Moving
blur
andbeforeunload
to run asynchronously (custom element callback timing?) - Moving mutation events to custom element callback timing
- Running
attributeChanged
callbacks for attributes set by the parser and defining the order for that - How to work around the compound set of attributes in HTML spec?
- Experiment with
didFinishParsing
as timing to address non-determinism. - Consider adding
childrenChanged
callback as a way to guide the authors to never look at the children in the constructor. Merge the callbacks to avoid spamminess? Maybe just one callback per compound operation? - LATER: Some option to do hack the parser (void elements, template-like elements). Some thinking needed to ensure forward compatibility.
-
-
Save dglazkov/3a709f3f6768b835dab1 to your computer and use it in GitHub Desktop.
Things To Try With Custom Elements
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Where are these being tracked and who is looking at them?