- From: <bugzilla@jessica.w3.org>
- Date: Wed, 18 May 2011 15:28:03 +0000
- To: public-html@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=12687 Summary: 4.10.22.4 Constructing the form data set - for input type image Product: HTML WG Version: unspecified Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: HTML5 spec (editor: Ian Hickson) AssignedTo: ian@hixie.ch ReportedBy: stefan@konink.de QAContact: public-html-bugzilla@w3.org CC: mike@w3.org, public-html-wg-issue-tracking@w3.org, public-html@w3.org As was described by several users - seeing their webapps break in Firefox4 opposed to a working Webkit/Firefox3; https://bugzilla.mozilla.org/show_bug.cgi?id=583211#c1 I would like to propose an alternative algorithm for input type image; Currently; 4.10.22.4 Constructing the form data set 3.3; 1..4 3.3.5. Append an entry to the form data set with the name namex, the value x, and the type type. 3.3.6. Append an entry to the form data set with the name namey and the value y, and the type type. 3.3.7. Skip the remaining substeps for this element: if there are any more elements in controls, return to the top of the loop step, otherwise, jump to the end step below. I would like to introduce step 3.3.6a. analogue to 3.9; Append an entry to the form data set with name as the name, the value of the field element as the value, and type as the type. -- Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
Received on Wednesday, 18 May 2011 15:28:05 UTC