[Bug 11161] New: form.action, button.formAction and input.formAction IDL attributes should return the document location when the content attribute is the empty string

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

           Summary: form.action, button.formAction and input.formAction
                    IDL attributes should return the document location
                    when the content attribute is the empty string
           Product: HTML WG
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTML5 spec (editor: Ian Hickson)
        AssignedTo: ian@hixie.ch
        ReportedBy: mounir.lamouri@gmail.com
         QAContact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
                    public-html@w3.org


Currently, those attributes reflects the content attribute as an URL so when
the content attribute is the empty string, it will return the base URL but the
form submission algorithm specifies that when action="", the submission URL
should be the document location.
It would be nice to have the IDL attributes reflecting this specificity.

-- 
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 Thursday, 28 October 2010 21:22:30 UTC