Bug 142817 - required attribute Safari 8
Summary: required attribute Safari 8
Status: RESOLVED DUPLICATE of bug 28649
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: All Unspecified
: P2 Major
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-18 01:42 PDT by webkit
Modified: 2016-06-24 08:45 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***