Refactor form data submission #1840
Labels
clarification
Standard could be clearer
topic: custom elements
Relates to custom elements (as defined in DOM and HTML)
topic: forms
As a first step for WICG/webcomponents#187 (adding customizable form data for custom elements), we decided at TPAC 2016 that we should refactor constructing the form data set by having it call out to each element (probably also each input type), instead of having it be a big switch statement inlined into the algorithm. This will help us illuminate the general requirements for what custom elements will need.
The text was updated successfully, but these errors were encountered: