- From: ziransun via GitHub <noreply@w3.org>
- Date: Fri, 19 Sep 2025 09:11:52 +0000
- To: public-css-archive@w3.org
Looking up the spec for [caret-shape](https://www.w3.org/TR/css-ui-4/#caret-shape) , I found the following statements - for block and underscore as " If there is no visible character after the insertion point, the UA must render the caret after the last visible character. " - Later, it says that "The width of the [block](https://www.w3.org/TR/css-ui-4/#valdef-caret-shape-block) and [underscore](https://www.w3.org/TR/css-ui-4/#valdef-caret-shape-underscore) ..., or 1ch if there is no next visible character or if this information is impractical to determine." The zero space character in the middle of a line is a bit tricky. Somehow, I feel that it might makes sense that we follow the same "width" rule (either 1px or 1ch or the width of the previous visible character) for both block and underscore... It would be very helpful to move this discussion forward so I can update the implementation accordingly. Thanks! -- GitHub Notification of comment by ziransun Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12651#issuecomment-3311381871 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 19 September 2025 09:11:53 UTC