- From: Florian Rivoal via GitHub <sysbot+gh@w3.org>
- Date: Mon, 17 Mar 2025 03:12:25 +0000
- To: public-css-archive@w3.org
Follow up question: say you've got an editable element large enough to show 4 characters, an unbreakable line of more than 4, with the caret placed at the end, and the element is `overflow:hidden`. **Where** should we display the caret? At the visible end of the line? after the (invisible) last character? Not at all because we clip? The above resolution says we should try and display this caret (though in some undefined cases clipping is OK), so preferably not "not at all". Having a floating caret in the middle of nowhere would seem weird, so displaying it at the end of the visible line makes sense to me, and that's what Firefox does (See https://jsbin.com/lomoyazone/). Should we require this? I'd say yes. -- GitHub Notification of comment by frivoal Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10289#issuecomment-2727924507 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 17 March 2025 03:12:26 UTC