We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This behaves the same when using elm/html and elm-css:
elm/html
elm-css
a [href "javascript:close();"] [text "hi"]
javascript:close();
href
The optimized build is consistent with elm/html. Both produce an empty href.
elm/html's alert cues the user that they're doing something they shouldn't be doing
alert
With elm-css, you'll only find out you messed up once you deploy
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected
This behaves the same when using
elm/html
andelm-css
:Actual
Non-optimized build
javascript:close();
in thehref
Optimized build
The optimized build is consistent with
elm/html
. Both produce an emptyhref
.Why bother fixing
elm/html
'salert
cues the user that they're doing something they shouldn't be doingWith
elm-css
, you'll only find out you messed up once you deployThe text was updated successfully, but these errors were encountered: