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

> 1. Should we support non-element participants?
>  I assume YES. Several people said it's necessary, and there were no objection.

Yes, we must support this use case.

> 2. Should we support element-specific features such as participate-by-markup, ```<label>``` association, interactive form validation.

There should be a way to make a custom element inside a form element to be able to participate in the form submission, and that's a hard requirement for us.

However, I don't think we need label element association, interactive form validation, etc... in MVP. That's a separate concern, which is more about creating a custom form control element, and not about sending custom data as a part of a form submission.

> 3. If the consensus for the above issue is YES, we need something like Proposal B and need to define the details.

I do not think there is such a consensus.


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

Received on Thursday, 1 March 2018 06:50:29 UTC