HTML6
HTML6 copied to clipboard
Why html:button element?
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.