Skip to content

Commit

Permalink
Fix the caret-animation example (#11016)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
schenney-chromium authored Oct 22, 2024
1 parent e2baab0 commit 0f68f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css-ui-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1237,7 +1237,7 @@ Animation of the insertion caret: 'caret-animation'</h4>
</style>
<div contentEditable=true
style="border:inset; background: white; width: 10em;
caret-animation: none;
caret-animation: manual;
caret-color: blue;
animation: caret-alternate-test 2s step-end infinite;"
>Text area with color-alternating caret</div>
Expand Down

0 comments on commit 0f68f4d

Please sign in to comment.