DEV Community

Discussion on: JSitor Mobile App, an alternative of JSFiddle, CodePen and JSBin

Collapse
 
ashvin777 profile image
Ashvin Kumar Suthar

Thanks Nicholas for your feedback. I am not able to understand what exactly you mean by saying “properly support the syntax of HTML5”, is there anything wrong, please let me know if there is any descrepency.

Collapse
 
alohci profile image
Nicholas Stimpson • Edited

The XML syntax of HTML. See 13 The XML syntax. What used to be known as XHTML. Essentially it would mean creating a XMLDocument in the output window by passing the contents of the HTML window to an XML parser rather than to an HTML parser. All modern browsers support this, but jsbin, codepen etc don't.

You'd need to report on syntax errors that could stop the XML parser from completing the parse and only show the resulting document if the parse completed successfully.