aantron / dream

Tidy, feature-complete Web framework

Home Page:https://aantron.github.io/dream/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

briangwaltney opened this issue · 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...