Skip to content

Commit 31feeb7

Browse files
committed
[css-ui-4] Show end-of-line carets even if they overflow
See #10289
1 parent 3b3a72a commit 31feeb7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

css-ui-4/Overview.bs

+7
Original file line numberDiff line numberDiff line change
@@ -1332,6 +1332,13 @@ Shape of the insertion caret: 'caret-shape'</h4>
13321332
the caret remains visible even if it has been scaled down
13331333
via means such as transformations [[CSS-TRANSFORMS-1]].
13341334

1335+
When there is not enough room at the end of a line
1336+
to display the caret positioned there,
1337+
the user agents should still display it,
1338+
even if that means means painting
1339+
past the bounds of the [=scrollable overflow area=];
1340+
user agents may impose limits on this and clip as necessary.
1341+
13351342
The stacking position of the caret is left undefined within the following constraints:
13361343

13371344
<ul>

0 commit comments

Comments
 (0)