- From: Philip Jägenstedt <notifications@github.com>
- Date: Wed, 09 Mar 2016 21:15:06 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Thursday, 10 March 2016 05:15:40 UTC
Yes, but that shouldn't be an additional problem, as long as it has to change *once* (which it must) then the model is already one where the attribute's value can change. However, it would still be possible to make `event.path===event.path` always evaluate to true. Implementation-wise, the bindings would have to ask the internal `Event` class if `path` has changed since it was last returned, and if not just return the previous value. It would be very similar to [a proposed change to `HTMLMediaElement`'s `buffered` attribute](https://www.w3.org/Bugs/Public/show_bug.cgi?id=22471). --- Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/issues/428#issuecomment-194672870
Received on Thursday, 10 March 2016 05:15:40 UTC