- From: Alan Stearns <stearns@adobe.com>
- Date: Mon, 9 Jun 2025 22:01:03 +0000
- To: W3C style mailing list <www-style@w3.org>
Received on Monday, 9 June 2025 22:01:11 UTC
Hey all, The proposal is to change the min size declarations in the base styles for <button> and <select> From min-block-size: max(24px, 1lh); min-inline-size: 24px; To min-block-size: calc-size(auto, max(24px, 1lh, size)); min-inline-size: calc-size(auto, max(24px, size)); This is notice that we will be taking this resolution in one week’s time unless objections (or substantive concerns) are raised in this issue: https://github.com/w3c/csswg-drafts/issues/12085#issuecomment-2957129011 Thanks, Alan
Received on Monday, 9 June 2025 22:01:11 UTC