Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
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.
- Loading branch information
timmywil
committed
May 5, 2011
1 parent
5195335
commit 5097e6d
Showing
1 changed file
with
47 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters