-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
interopImplementations are not interoperable with each otherImplementations are not interoperable with each othertopic: formstopic: rendering
Description
When writing tests for #4143 I noticed that the spec has box-sizing: border-box for buttons in general but not for <input type=color>.
http://software.hixie.ch/utilities/js/live-dom-viewer/saved/6501
WebKit/Chromium have border-box content-box, Gecko/EdgeHTML have content-box border-box.
I suggest we change it to border-box so it's consistent with other buttons.
SelenIT and scottaohara
Metadata
Metadata
Assignees
Labels
interopImplementations are not interoperable with each otherImplementations are not interoperable with each othertopic: formstopic: rendering