[Webkit-unassigned] [Bug 209656] New: <button> should support display:inline-grid/grid/inline-flex/flex correctly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 27 09:12:40 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=209656

            Bug ID: 209656
           Summary: <button> should support
                    display:inline-grid/grid/inline-flex/flex correctly
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: clopez at igalia.com
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

It seems WebKit its not following the spec https://html.spec.whatwg.org/multipage/rendering.html#button-layout regarding <butoon> elements when computing the value of 'display' property for the cases of 'inline-grid', 'grid', 'inline-flex', or 'flex',

This is covered (at least) by WPT tests css/css-grid/grid-model/grid-button-001.html and html/rendering/widgets/button-layout/grid.html

Run this tests live:
https://wpt.live/css/css-grid/grid-model/grid-button-001.html
https://wpt.live/html/rendering/widgets/button-layout/grid.html

There is also a manual test on

A similar issue (if not the same) has been reported and fixed in Chromium recently. Check: https://bugs.chromium.org/p/chromium/issues/detail?id=700029
Check also the test case from that Chromium bug: http://jsbin.com/lenupa/1/edit?html,css,output (the text inside the button element should NOT be vertically centered)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200327/9206ba8e/attachment.htm>


More information about the webkit-unassigned mailing list