OscarGodson / HTML6

A spec to HTML6
http://html6spec.com
169 stars 25 forks source link

Standardize on the default namespace of 'html' and use it in all your examples #39

Open mikemaccana opened 9 years ago

mikemaccana commented 9 years ago

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.

bmcminn commented 9 years ago

:+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.

cshaa commented 9 years ago

Maybe somehow related to #33. However, this thread is not spammed by the evil YAML forces :)

cshaa commented 9 years ago

Possible solution? Link to a gist