-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
Currently attributes like disabled and checked (there are many more) in blaze-html all take an argument which means you have to give them the empty string or the name of that attribute (which you can misspell), and that the rendering will be cluttered with redundant noise.
I think it would be better to export e.g. disabled :: Attribute and then render that as simply disabled (might require tracking it in the MarkupM type?).
toastal
Metadata
Metadata
Assignees
Labels
No labels