[Webkit-unassigned] [Bug 246338] New: [css-contain-intrinsic-size] Apply the value of css contain-intrinsic-size to <select>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 11 07:28:35 PDT 2022


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

            Bug ID: 246338
           Summary: [css-contain-intrinsic-size] Apply the value of css
                    contain-intrinsic-size to <select>
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cathiechen at igalia.com

`<select>` adjust the style in RenderThemeMac::adjustMenuListStyle, which might change auto values of width and height to fixed values in the style.
The values of contain-intrinsic-size specify an explicit intrinsic inner size of <select>, which does not affect the layout size of <select> if there are fixed width and height.
We should found a way to make contain-intrinsic-size effective to <select>.

See test case: LayoutTests/imported/w3c/web-platform-tests/css/css-sizing/contain-intrinsic-size/contain-intrinsic-size-032.html

-- 
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/20221011/1d92a324/attachment-0001.htm>


More information about the webkit-unassigned mailing list