- From: Stephen Chenney via GitHub <sysbot+gh@w3.org>
- Date: Wed, 17 Jul 2024 14:52:37 +0000
- To: public-css-archive@w3.org
As a reference point, chrome currently clips the caret when it hits the end of a run in a fixed width content editable div with horizontal text, then puts the next entered character on the next line.
```html
<!DOCTYPE html>
<html>
<head>
<style>
div {
width: 200px;
}
</style>
</head>
<body>
<div contenteditable="true">
This is a long horizontal string
</div>
</body>
```
--
GitHub Notification of comment by schenney-chromium
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10289#issuecomment-2233521279 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 17 July 2024 14:52:37 UTC