← Back to release summary

Minimum size of <option> within <select> dropdown

Category
CSS
Type
No developer-visible change
Status
Enabled by default (Chrome 128)
Intent stage
None

Summary

The WCAG (accessibility guidelines) specify that the size of pointer inputs must be at least 24x24 CSS pixels. The <option> element within the <select> dropdown currently does not meet this height requirement.

Motivation

To comply with WCAG guidelines for the minimum target size of pointer objects, the <option> element within the <select> dropdown must have a minimum size of 24x24 CSS pixels.

Standards & signals

Docs: https://github.com/openui/open-ui/issues/1026

View on chromestatus.com