- From: <bugzilla@jessica.w3.org>
- Date: Fri, 19 Nov 2010 11:29:13 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=11347 Summary: Submitting a partially downloaded form Product: HTML WG Version: unspecified Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P3 Component: HTML5 spec (editor: Ian Hickson) AssignedTo: ian@hixie.ch ReportedBy: eda@waniasset.com QAContact: public-html-bugzilla@w3.org CC: mike@w3.org, public-html-wg-issue-tracking@w3.org, public-html@w3.org Suppose a browser is downloading a page and has got halfway through a form with some text elements. Before the rest of the form finishes downloading, the user puts focus in one of the elements and presses Enter. Normally that keystroke would submit the form. Should the browser submit the form anyway even though it has not finished downloading? Doing so would omit some form elements which might be marked mandatory. The HTML 4 standard doesn't say anything on this one way or the other, though it is implied that everything inside the <form> element should be considered, not just the part that happens to have been downloaded so far. HTML 5 may make things a little more complex in that form elements can appear anywhere in the document, so you don't know that a form is complete until the document has been fully downloaded. Related Firefox bug report: <https://bugzilla.mozilla.org/show_bug.cgi?id=607328> -- 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 Friday, 19 November 2010 11:29:15 UTC