[Webkit-unassigned] [Bug 148874] New: formaction must return document's address when formaction is missing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 4 19:48:15 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=148874

            Bug ID: 148874
           Summary: formaction must return document's address when
                    formaction is missing
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: rniwa at webkit.org
                CC: cdumez at apple.com, webkit-bug-importer at group.apple.com

See https://html.spec.whatwg.org/multipage/forms.html#dom-fs-formaction

"The formAction IDL attribute must reflect the formaction content attribute, except that on getting,
when the content attribute is missing or its value is the empty string, the document's address must be returned instead.
The formEnctype IDL attribute must reflect the formenctype content attribute, limited to only known values."

This bug was found by the newly added test:
LayoutTests/http/tests/w3c/html/semantics/forms/attributes-common-to-form-controls/formaction.html

Chrome passes this test whereas Firefox fail.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150905/ddba9f11/attachment.html>


More information about the webkit-unassigned mailing list