Hi all,
Please review the patch for enabling HTML5 form validation. With this enabled, WebKit would by default show validation specific error message dialogs using Shadow DOM + CSS styled web elements. This will serve as a placeholder until the FX platform implementation of ValidationMessageClient is ready. Have created a separate enhancement request for the same at https://bugs.openjdk.java.net/browse/JDK-8187075 Also note that a missing error string has been added with the following patch. The internationalization for this string would happen subsequently, tracked through https://bugs.openjdk.java.net/browse/JDK-8187300 JBS : https://bugs.openjdk.java.net/browse/JDK-8089124 WebRev : http://cr.openjdk.java.net/~ghb/rkamath/8089124/webrev.00/ Thanks, Rajath