- From: Andreas Galster <notifications@github.com>
- Date: Fri, 25 Oct 2019 01:22:54 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 25 October 2019 08:22:56 UTC
Properties make sense when you only want to write to property, e. g. lit-element has syntax to either write to attribute or to a property. It's quite common if you don't need the property to reflect an attribute on the element. For events, I suppose autocompletion for `on-event="doThs()` syntax makes sense. Libraries like lit-element also have custom on-event-name syntax. It would be great if libraries could pick up the events so they can be autocompleted. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/issues/776#issuecomment-546255047
Received on Friday, 25 October 2019 08:22:56 UTC