[Bug 13054] I am referring to this section of the HTML5 spec: http://www.w3.org/TR/html5/association-of-controls-and-forms.html#association-of-controls-and-forms Decoupling form controls and the form element is a good first step to improving the flexibility of web fo

http://www.w3.org/Bugs/Public/show_bug.cgi?id=13054

Nicholas Sloan <w3cbugs@nicholassloan.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |w3cbugs@nicholassloan.com

--- Comment #1 from Nicholas Sloan <w3cbugs@nicholassloan.com> 2011-06-25 07:57:11 UTC ---
Here is a short use case:

I have a shopping cart page with an input for each item in my cart which allows
me to update the quantity of that item. I have a form for each of these inputs
that points to a script that saves the quantity of the item in my cart. I also
have all of the inputs associated with a form that saves all of the quantity
values (and possibly some other fields) and directs the user to a checkout
page.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Saturday, 25 June 2011 07:57:12 UTC