OlivierBlanvillain / monadic-html

Tiny DOM binding library for Scala.js
https://olivierblanvillain.github.io/monadic-html/examples/
MIT License
225 stars 24 forks source link

test that demonstrates attribute (style) string modification #93

Closed bbarker closed 6 years ago

bbarker commented 6 years ago

This is a failing test currently, and relates to a comment #92 where the style string is modified (spaces added); the end result doesn't affect html, but is a bit surprising and may affect code behavior that doesn't make the assumption that the string changes.

bbarker commented 6 years ago

Closing since this is due to the dom impl, not monadic-html.