Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attribute onblur not supported in Text.Blaze.Html5 #39

Closed
cliffordbeshers opened this issue Jun 1, 2011 · 0 comments
Closed

Attribute onblur not supported in Text.Blaze.Html5 #39

cliffordbeshers opened this issue Jun 1, 2011 · 0 comments

Comments

@cliffordbeshers
Copy link

The 'onblur' seems to go in and out of favor fairly often at the W3C. Apparently, it has been on its best behavior, because it has made the Html 5 starting lineup. (For confirmation, see: http://www.w3schools.com/html5/html5_ref_eventattributes.asp)

Therefore, I suggest it be added to the list (attributes html5) in GenerateHtmlCombinators.hs.

jgm added a commit to jgm/blaze-html that referenced this issue Dec 18, 2011
Argument:  The only context in which ' needs to be escaped is inside
a single-quoted attribute value.  Since blaze-html uses double
quotes around attribute values, it should never need to escape '.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants