]> source.dussan.org Git - jquery.git/commit
Construct boolHook and rboolean regex to deal with boolean attributes. Fixes #9129...
authortimmywil <tim.willison@thisismedium.com>
Thu, 5 May 2011 16:17:08 +0000 (12:17 -0400)
committertimmywil <tim.willison@thisismedium.com>
Thu, 5 May 2011 16:17:08 +0000 (12:17 -0400)
commit5097e6d1c672ef5fd3fcc0022ce84519233189cc
tree6f7c00f322174296be9158e3b26209e659010b69
parent5195335cf4df62c06488807ae857f64c2d549253
Construct boolHook and rboolean regex to deal with boolean attributes. Fixes #9129. Fixes #9123.

- Construct regex for all attributes which are boolean attributes by specification.

  + This allows us to do what users expect with enumerated attributes and allows us to no longer complicate the issue.

  + People are just too confused with passing "true" instead of true when they should, so we won't have to worry about that anymore.

- Modularize code for dealing with boolean attributes into a separate hook to keep attr short and fast.
src/attributes.js