HTML6 icon indicating copy to clipboard operation
HTML6 copied to clipboard

Why html:button element?

Open cshaa opened this issue 11 years ago • 0 comments

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.

cshaa avatar Sep 21 '14 19:09 cshaa