Proposed Resolution: Use calc-size() in base styles for <button> and <select> min sizes

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