Both Firefox and Safari don't seem to properly render a button specified with a certain width:
<form>
<button>foo</button><br>
<button style="width=200px;height:200px">baz</button>
</form>
Button baz will render with specified height but default width. Same result in both Firefox and Safari.
Is this by design? How can I overcome this?