Re: [csswg-drafts] [css-sizing] Please add vertical auto-resize textarea field

Agenda+ to verify some details:
- Handling placeholder text as max(placeholder, value):
  > If the input control has designated placeholder text to be overlaid in its value display area, then that text is also measured for the purpose of calculating the content-based size—whether or not the placeholder text is visible at the moment. (Thus the content-based intrinsic size of the input control is the larger of the size to fit the placeholder text and the size to fit the value.)
- UA-implied minimum on content-based sizes:
  > The UA may enforce a minimum (such as the size required to contain a single zero-width character) on the form control’s min-content and max-content sizes to ensure sufficient space for the caret and otherwise maintain usability of the form control.
- Definition of `min-content` on `<input type=text>`, which has no breakpoints.
- General review of the new text, which is at https://drafts.csswg.org/css-sizing-3/#intrinsic-sizes

-- 
GitHub Notification of comment by fantasai
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2141#issuecomment-365803641 using your GitHub account

Received on Thursday, 15 February 2018 02:01:45 UTC