jquery-migrate icon indicating copy to clipboard operation
jquery-migrate copied to clipboard

Attributes: Restore boolean attribute & false setter treatment from 3.x

Open mgol opened this issue 1 year ago • 0 comments

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

mgol avatar Oct 08 '24 20:10 mgol