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

I'll defer to @tkent-google as the real expert, but some quick notes while he's away for the weekend:

- Implicit submission is an interesting question. We discussed this briefly in https://github.com/whatwg/html/issues/4187#issuecomment-486746459 . You could probably make this work manually with a keydown listener for the Enter key. It sounds like you think it's worth making this work more generally? I was under the impression web developers did not like this feature but that's based only on vague memories.

- Autofocus spec seems weird. The attribute is only defined for form controls, but the processing model never checks if something is a form control. My guess is that since the spec is confusing/incomplete, it was easy to miss this while updating the spec and implementation. But @tkent-google can confirm.

-- 
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-487171781

Received on Friday, 26 April 2019 19:21:47 UTC