Open bhazzard opened 11 years ago
I wonder if it would be possible to add this support, using http://www.thecssninja.com/javascript/h5f as a starting point. H5F is browser shim to add HTML5 forms support to browsers that don't support them. As an aside, I'd be happy to add this behavior myself if someone can point me to the best way to do it.
Working from that library could be a good start. Some things are an overkill though, there's only one DOM model to support, and it can be bolted on directly to the DOM. But since the license is permissive, shouldn't be too hard to modify and include if into the codebase.
On Thursday, December 13, 2012, Brian Hazzard wrote:
I wonder if it would be possible to add this support, using http://www.thecssninja.com/javascript/h5f as a starting point. H5F is browser shim to add HTML5 forms support to browsers that don't support them. As an aside, I'd be happy to add this behavior myself if someone can point me to the best way to do it.
— Reply to this email directly or view it on GitHubhttps://github.com/assaf/zombie/issues/455#issuecomment-11347281.
+1
Any plans to support this?
I doubt anyone is working on this issue right now, all yours.
Zombie.js does not currently handle HTML5 forms validation, and in particular, the checkValidity API.
This is needed to accurately test modern applications that utilize HTML5 forms.