data icon indicating copy to clipboard operation
data copied to clipboard

Add field-sizing property

Open chrisdavidmills opened this issue 2 years ago • 0 comments

Description

Chrome 123 supports the field-sizing property, which is used to size textual form elements and textareas by their content, rather than sticking to a fixed size. This PR adds data for the new property.

  • ChromeStatus: https://chromestatus.com/feature/5176596826161152
  • Spec: https://drafts.csswg.org/css-ui/#field-sizing
  • Explainer: https://github.com/tkent-google/explainers/blob/main/form-sizing.md

Motivation

Additional details

Related issues and pull requests

chrisdavidmills avatar Feb 29 '24 15:02 chrisdavidmills