Change record status: 
Project: 
Introduced in branch: 
8.x-5.x
Introduced in version: 
8.x-5.2-rc1
Description: 

All instance of using custom JavaScript with a .js-webform-novalidate class have been replaced with native and supported 'formnovalidate' attribute.

For example, the below submit button has been changed from…

<input type="submit" class="js-webform-novalidate" value="Submit" />

…to…

<input type="submit" formnovalidate="formnovalidate" value="Submit" />

The Drupal.behaviors.webformSubmitNoValidate behavior in webform.form.js is deprecated and will removed in Webform 9.x-6.x.

Impacts: 
Module developers
Themers
Updates Done (doc team, etc.)
Online documentation: 
Not done
Theming guide: 
Not done
Module developer documentation: 
Not done
Examples project: 
Not done
Coder Review: 
Not done
Coder Upgrade: 
Not done
Other: 
Other updates done