elm / virtual-dom

The foundation of HTML and SVG in Elm.
https://package.elm-lang.org/packages/elm/virtual-dom/latest
BSD 3-Clause "New" or "Revised" License
209 stars 80 forks source link

Runtime exception on invalid (type_ "xyz") attribute #106

Open evancz opened 7 years ago

evancz commented 7 years ago

Folks have reported that they can get runtime exceptions if thy add type_ attributes that are not in the spec or are not supported on certain browsers. Reports include:

A very thorough suggestion has been made in #87 that would switch these crashes into silent failures. It is unclear if that is better behavior though.