From c1e1f6f9e7d83af5affca071775a98f4b6abc29d Mon Sep 17 00:00:00 2001 From: Simon Pieters Date: Tue, 30 Oct 2018 14:38:21 +0100 Subject: [PATCH] Allow opting out of button layout with appearance:none; display:inline Fixes https://github.com/w3c/csswg-drafts/issues/3226 --- source | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/source b/source index 0637e00c714..9908483245e 100644 --- a/source +++ b/source @@ -113134,9 +113134,15 @@ input[type=image i][align=bottom i], object[align=bottom i] {

The button element

The button element, when it generates a box (i.e., is not 'display: none' or - 'display: contents') is expected to depict a button and to use button layout whose - anonymous button content box's contents (if there is an anonymous button - content box) are the child boxes the element's box would otherwise have.

+ 'display: contents') and the conditions below do not both apply is expected to depict a button + and to use button layout whose anonymous button content box's contents + (if there is an anonymous button content box) are the child boxes the element's box + would otherwise have.

+ +