jquery-migrate
jquery-migrate copied to clipboard
Attributes: Restore boolean attribute & false setter treatment from 3.x
Restore & warn against:
- boolean attributes set to something different than their lowercase names
- boolean attributes queried when set to something different than their lowercase names
- non-boolean non-ARIA attributes set to
false
Fixes gh-504 Ref jquery/jquery#5452 Ref jquery/api.jquery.com#1243