Reproduce a closing tag missing event or any HTML code with errors to see how core reacts #233
Labels
information
good to know
jsgenerator-core
core module
question
Further information is requested
to verify
check to see if something is wrong
It's a bad practice to not add required closing tag, the browser does its best to handle but it is not safe. In that kind of situation, how should we react ? Inform the user ? I think before translating, we should inform the user to make sure the html code is correct because the app will do the best it can to provide a Js code matching HTML input. If possible, we should inform the user if something is wrong. As an illustration, Google translate tries to understand your input and makes proposal "Did you mean: ...." if something is going wrong.
We could have something like this:
We started talking about it here : #157
The text was updated successfully, but these errors were encountered: