Bug 169332 - Parameter to input.setCustomValidity() should not be nullable
Summary: Parameter to input.setCustomValidity() should not be nullable
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL: https://html.spec.whatwg.org/#htmlinp...
Keywords: WebExposed
Depends on:
Blocks:
 
Reported: 2017-03-07 18:36 PST by Chris Dumez
Modified: 2017-03-08 16:30 PST (History)
5 users (show)

See Also:


Attachments
Patch (19.26 KB, patch)
2017-03-07 20:03 PST, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2017-03-07 18:36:09 PST
Parameter to input.setCustomValidity() should not be nullable:
- https://html.spec.whatwg.org/#htmlinputelement

Firefox and Chrome agree with the specification so the change should be safe.
Comment 1 Chris Dumez 2017-03-07 20:03:54 PST
Created attachment 303764 [details]
Patch
Comment 2 Chris Dumez 2017-03-08 16:30:22 PST
Comment on attachment 303764 [details]
Patch

Clearing flags on attachment: 303764

Committed r213606: <http://trac.webkit.org/changeset/213606>
Comment 3 Chris Dumez 2017-03-08 16:30:27 PST
All reviewed patches have been landed.  Closing bug.