Re: [w3c/webcomponents] Need callback for form submit data (#187)

Apologies if this has been discussed. I couldn't find them. In testing **form-associated custom elements** I ran into the following two cases:

- Looks like [implicit submission](https://html.spec.whatwg.org/#implicit-submission) does not get triggered on form-associated Custom Elements in Chrome's implementation. Should they be? Or is there already a way to hook that up?

- It doesn't seem like `autofocus` is supported either. Should they be, like other form controls? [Reference](https://html.spec.whatwg.org/#autofocusing-a-form-control:-the-autofocus-attribute).

-- 
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/187#issuecomment-487168041

Received on Friday, 26 April 2019 19:14:53 UTC