Skip to content

Commit 0f68f4d

Browse files
Fix the caret-animation example (w3c#11016)
The "see how it renders in your browser" example for caret-animation had `caret-animation: none` which is neither auto nor `manual` as the text would suggest. Fix it.
1 parent e2baab0 commit 0f68f4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-ui-4/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1237,7 +1237,7 @@ Animation of the insertion caret: 'caret-animation'</h4>
12371237
</style>
12381238
<div contentEditable=true
12391239
style="border:inset; background: white; width: 10em;
1240-
caret-animation: none;
1240+
caret-animation: manual;
12411241
caret-color: blue;
12421242
animation: caret-alternate-test 2s step-end infinite;"
12431243
>Text area with color-alternating caret</div>

0 commit comments

Comments
 (0)