com-lihaoyi / scalatags

ScalaTags is a small XML/HTML construction library for Scala.
https://com-lihaoyi.github.io/scalatags/
MIT License
758 stars 117 forks source link

Some of the empty attributes got missed in #33 #93

Closed yakticus closed 8 years ago

yakticus commented 9 years ago

Issue #33 reported that scalatags did not support empty attributes (i.e., those that cannot have a value). Some were supported when that issue was fixed, but not all. Filing this issue so the rest can get fixed.

lihaoyi commented 8 years ago

Fixed in 0.5.3, thanks =)