Bug 142817

Summary: required attribute Safari 8
Product: WebKit Reporter: webkit
Component: FormsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Major CC: m.kurz+webkitbugs, webkit
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: Unspecified   

Description webkit 2015-03-18 01:42:05 PDT
Safari 8 is missing critical support for the required attribute on HTML5 input elements, and the reason therefor is not obvious or documented. 
A developer is left to implement a JavaScript-based workaround in order to have form behaviour similar to other browsers. 

I would like to request that the required attribute on HTML5 form elements is implemented, as per https://html.spec.whatwg.org/multipage/forms.html#attr-input-required.

The following test case isolates this, and can be viewed here: http://jsbin.com/decaqabike/1/
Comment 1 Alexey Proskuryakov 2015-03-18 22:25:42 PDT

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