From 6aa8e42e50ba34340b9dd4d3192c41a74e3313c1 Mon Sep 17 00:00:00 2001 From: Simon Pieters Date: Wed, 14 Aug 2019 16:51:52 +0200 Subject: [PATCH] Make all input elements display: inline-block by default Part of https://github.com/whatwg/html/issues/4082 Force inner display type to flow-root and ignore overflow drop-down select is display: inline-block Require text inputs to be scroll containers And only support scrolling in the inline axis. This should address the third bullet point in https://github.com/whatwg/html/issues/4082#issuecomment-482901048 --- source | 30 ++++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) diff --git a/source b/source index 24da53d65ac..a673850c685 100644 --- a/source +++ b/source @@ -3467,6 +3467,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute