- From: Tim Nguyen via GitHub <sysbot+gh@w3.org>
- Date: Tue, 10 Sep 2024 20:56:39 +0000
- To: public-css-archive@w3.org
> Mind if I add it to the agenda of the next joint meeting? Seems fine. Not sure a 1h zoom meeting will be enough, but we can try. > be consistent across controls in how they are defined in code The whole thing must be coherent, a violation of this would be using width to define sizing in one place, and using padding in another for instance. > be consistent across controls in sizing and interaction Mostly ensuring the sizes are consistent to a reasonable extent, the current state of things is a violation of this principle: ``` <textarea></textarea> <br> <input> ``` As for interaction, scrolling would be an example, but also pressing/etc. -- GitHub Notification of comment by nt1m Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10866#issuecomment-2341996111 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 10 September 2024 20:56:40 UTC