Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add reportValidity polyfill #29

Open
ashucg opened this issue Nov 4, 2018 · 2 comments
Open

Add reportValidity polyfill #29

ashucg opened this issue Nov 4, 2018 · 2 comments
Labels
feature New feature request help wanted We'd appreciate some help with this

Comments

@ashucg
Copy link

ashucg commented Nov 4, 2018

Please add reportValidity polyfill

@JakeChampion JakeChampion transferred this issue from polyfillpolyfill/polyfill-service Jan 23, 2019
@JakeChampion JakeChampion added feature New feature request help wanted We'd appreciate some help with this labels Apr 3, 2019
@chee chee added this to incoming in Origami ✨ Feb 1, 2020
@mhassan1
Copy link
Collaborator

As far as I can tell, an HTMLFormElement.prototype.reportValidity polyfill would need to depend on HTMLFormElement.prototype.checkValidity, which is only available in IE10+ (link) and may not be polyfillable.

Some reference implementations (both depend on HTMLFormElement.prototype.checkValidity):

@mhassan1
Copy link
Collaborator

Related: #203

@robertboulton robertboulton removed this from Backlog in Origami ✨ Jul 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature request help wanted We'd appreciate some help with this
Projects
None yet
Development

No branches or pull requests

3 participants