-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix to allow
*
attributes too if specific also specified
The attributes schema allows both specific tag names (say, `a`) and a generic catch all (`*`). Previously, if a strict specific schema was allowed (such as that only `/^language-./` classes are allowed on `code`), and someone allowed all classes on the `*` wildcard, then this latter intent was not honored. Now, it works, either works. Closes GH-27. Closes GH-28.
- Loading branch information
Showing
3 changed files
with
125 additions
and
33 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
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
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