OscarGodson / HTML6

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

Why html:button element? #32

Open cshaa opened 10 years ago

cshaa commented 10 years ago

HTML6 spec: "(...) the <html:button> tag allows you to create a button for user interaction on a page."

What is it for? As far as I know, the only native feature of this element is the disable attribute. Why won't we add disable to html:a? A developer could just apply appearance: button on it.