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.
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 adddisable
tohtml:a
? A developer could just applyappearance: button
on it.