Enable HTML interactive form validation now that we have a native UI for it.
<rdar://problem/28944652>
Created attachment 295549 [details] Patch
Comment on attachment 295549 [details] Patch Making InteractiveFormValidationEnabled a non-experimental feature means that it won't get enabled by default in WTR, so maybe iOS-WK2 tests will be affected?
(In reply to comment #3) > Comment on attachment 295549 [details] > Patch > > Making InteractiveFormValidationEnabled a non-experimental feature means > that it won't get enabled by default in WTR, so maybe iOS-WK2 tests will be > affected? Ok, I'll wait to see if iOS EWS is happy then.
Comment on attachment 295549 [details] Patch Clearing flags on attachment: 295549 Committed r209060: <http://trac.webkit.org/changeset/209060>
All reviewed patches have been landed. Closing bug.
<rdar://problem/29421342>
Shouldn't bug 28649 also get marked as resolved now? Isn't it a duplicate? What's unclear for me is if this gets rolled out both for Safari on macOS and iOS or just one of these plattforms?
(In reply to comment #8) > Shouldn't bug 28649 also get marked as resolved now? Isn't it a duplicate? > > What's unclear for me is if this gets rolled out both for Safari on macOS > and iOS or just one of these plattforms? I duped it to https://bugs.webkit.org/show_bug.cgi?id=164382. The reason https://bugs.webkit.org/show_bug.cgi?id=164382 is not closed yet because we have not yet enabled interactive validation on iOS WebKit1.
Isn't iOS using WebKit2 since version 8 anyway? Who would be affected by fixing bug 164382?
(In reply to comment #10) > Isn't iOS using WebKit2 since version 8 anyway? Who would be affected by > fixing bug 164382? Apps using UIWebView instead of WKWebView.
Got it, thanks!