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

I strongly believe we should not couple form-control-ness to having a shadow DOM; the concepts are largely unrelated, in the same way that all the existing custom element reactions are unrelated to having a shadow DOM.

I'd be in favor of coupling it to being a custom element, as that's how the platform works today; certain element classes are always form controls and others are not, without the opportunity for individual elements to opt in or out. So I am curious to discuss more why @rniwa believes we should break the platform's existing model and let individual elements opt in to being form controls.

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

Received on Wednesday, 28 February 2018 18:05:43 UTC