Comment by troupo
> The syntax errors that cause XHTML to stop parsing also cause JSX to stop parsing. If this kind of thing really were a problem, it would have killed React.
JSX is processed during the build step, XHTML is processed at runtime, by the browser.
Invalid XHTML woild have been caught in the test suite