[Webkit-unassigned] [Bug 97085] Input required not working
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 19 16:28:33 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=97085
Kent Tamura <tkent at chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
--- Comment #2 from Kent Tamura <tkent at chromium.org> 2012-09-19 16:29:04 PST ---
(In reply to comment #0)
> I was testing Modernizr.input.required earlier in Safari which returned true, even though it's unsupported in Safari. This bug has been confirmed by Paul Irish in Safari 5.1 (https://github.com/Modernizr/Modernizr/issues/697)
This conversation is about interactive validation feature.
Safari supports the required attribute.
- <input required> correctly matches :invalid selector
- input.validity.valueMissing correctly returns true for <input required>
But form submission is not prevented because Safari has no interactive validation feature.
*** This bug has been marked as a duplicate of bug 59019 ***
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list