[w3c/webcomponents] Web Components and Form Submit Fields (#529)

The web component spec should provide a way to expose form submit fields similar to the way you currently are allowed to expose properties. Thus a web component's API would consists of 4 things:

- Methods
- Properties
- Events
- Form Submit Fields

This was a web component can play nicely inside of an html form. I made a blog post that more clearly spells out the problem:

http://dave-ford.blogspot.com/2016/06/web-components-and-form-submit-fields.html

---
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/529

Received on Wednesday, 29 June 2016 17:55:09 UTC