Arthur Evans
Arthur Evans
See also https://github.com/Polymer/polymer/issues/4673
Thanks @kevinpschaaf. Some of this is currently covered in https://www.polymer-project.org/2.0/docs/devguide/events#custom-events but we can do a better job of giving prescriptive advice on where to add event listeners, and why.
Do we need to clarify the advice in here: https://www.polymer-project.org/2.0/docs/devguide/events#imperative-listeners? Things that could perhaps be clearer: - If you want to add a listener on the element itself (not a...
See also: https://github.com/Polymer/docs/pull/2343 which is somewhat related. The author of that PR is correct that if you're doing `this.addEventListener`, you don't actually need to bind the event listener (the context...
Thanks @MajorBreakfast! Will do. @katejeffreys may do some follow-up work because we have other issues around events.
@katejeffreys do you have a11y docs on your plate? I think this would be relevant there.
This would make sense to cover in a future a11y doc, but would be hard to introduce elsewhere.
New link to our original debugging docs, BTW (it appears that the service worker is breaking our redirects): https://docs-05-dot-polymer-project.appspot.com/0.5/docs/polymer/debugging.html
Polydev is quite old, I believe. Original docs source for the debugging article is https://github.com/Polymer/docs/blob/docs-05/0.5/docs/polymer/debugging.md
One example in the actual docs: The mutable-data module exports two mixins, MutableData and OptionalMutableData, but you can't link directly to the mixins (issue #1) and if you get linked...