aantron/dream

HTML Attributes that have a `:` in the middle of the name truncate everything before the `:`

Closed this issue · 1 comments

Dream.html {|<div my:attr="test"></div>|}

The above code will produce:

<div attr="test"></div>

as output.

This prevents many features in common libraries like Alpinejs that utilize attributes with this style.

This is an issue with Dream_livereload not with Dream. Sorry...