Bug 136595

Summary: input[required] does nothing
Product: WebKit Reporter: andrew.roazen
Component: FormsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: m.kurz+webkitbugs
Priority: P2 Keywords: HTML5
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: All   
URL: http://www.w3.org/TR/html5/forms.html#the-required-attribute
Attachments:
Description Flags
HTML test page for required attribute none

Description andrew.roazen 2014-09-05 23:03:46 PDT
Created attachment 237730 [details]
HTML test page for required attribute

The "required" attribute on INPUT elements is expected to interrupt form submission when no user input has been supplied. This behavior is demonstrable in other browser cores and even the GTK webcore has error messages for this condition supplied as of December 2013.
Comment 1 Alexey Proskuryakov 2014-09-08 23:29:25 PDT

*** This bug has been marked as a duplicate of bug 28649 ***