[Bug 24589] New: The absense of other input elements in the example incorrectly gives Mozilla developers the idea that even if there were other inputs in this form and it is submitted via the image type input that they should not be submitted.

https://www.w3.org/Bugs/Public/show_bug.cgi?id=24589

            Bug ID: 24589
           Summary: The absense of other input elements in the example
                    incorrectly gives Mozilla developers the idea that
                    even if there were other inputs in this form and it is
                    submitted via the image type input that they should
                    not be submitted.
           Product: HTML WG
           Version: unspecified
          Hardware: PC
                OS: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTML5 spec
          Assignee: dave.null@w3.org
          Reporter: oswald.vanginkel@gmail.com
        QA Contact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html-admin@w3.org,
                    public-html-wg-issue-tracking@w3.org

"Take the following form:

<form action="process.cgi">
 <input type=image src=map.png name=where alt="Show location list">
</form>

If the user clicked on the image at coordinate (127,40) then the URL used to
submit the form would be "process.cgi?where.x=127&where.y=40".

(In this example, it's assumed that for users who don't see the map, and who
instead just see a button labeled "Show location list", clicking the button
will cause the server to show a list of locations to pick from instead of the
map.)"

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Sunday, 9 February 2014 14:58:08 UTC