HTML5 has several naked attributes that do not require a value. One
example is autofocus:

<input name="search" autofocus>

I know that for now I can work around this in Haml by using :autofocus
=> 'autofocus', but it would be nice to use the preferred method of
using these attributes. Will there be support for this in future
versions?

-- 
You received this message because you are subscribed to the Google Groups 
"Haml" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/haml?hl=en.

Reply via email to