You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: