HTML6
HTML6 copied to clipboard
Standardize on the default namespace of 'html' and use it in all your examples
If this is a serious project: nobody is going to even entertain <html:a>. Make the namespace that html is the prefix for the default namespace (without any extra markup, unless you want to override the default namespace), pointing to the DTD for your proposed html6, and make the examples on html6spec.com actually use the default namespace. Otherwise I don't think this is going to get any serious attention.
:+1:
I have a similar concern for <form:form ...>, as the elements of the form end up being <html:select ...> and I'm assuming the same for input, button, etc.
Maybe somehow related to #33. However, this thread is not spammed by the evil YAML forces :)
Possible solution? Link to a gist