So. With the current rise in ComputerCraft web browsers being created, we need to have a standards created for the markup, obviously it is only effective aslong as people follow it, but it is still something that should be brough up. As all of them share in common an XML format, I propose that we follow the HTML markup specifications as that also adds in interoperaablity with current websites in general. Obviously script tags with type='text/javascript' should and would be ignorned which would also be documented; which is the main purpose of this thread.
I have done the liberty of preparing a post for changes I suggest should be used for a standard like so.
<script> would still define a script tag, but should (will be assumed) use attrib type='text/lua' or whatever the relevant MIME is.
'src' attrib would still be supported, and would fetch the contents of the script.
<link> should still be used for CSS and CSS should be used as the main styling method, obviously a standard for CSS would be needed.
attrib 'style' would have the same use-case
Any non-correct attrib or in bad format, SHOULD be ignored.
Possible Standards Location: https://github.com/ccstandards/ccml
Any suggestions, or feedback on this idea are graciously accepted and wanted.