@@ -1205,7 +1205,7 @@ Animation of the insertion caret: 'caret-animation'</h4>
12051205 for details.
12061206
12071207 <div class=example>
1208- Typically, the caret blinks between on and off.
1208+ Typically, the caret blinks on and off.
12091209 This makes it alternate between 2 colors.
12101210 <pre><code class="lang-css">
12111211 textarea {
@@ -1218,7 +1218,7 @@ Animation of the insertion caret: 'caret-animation'</h4>
12181218 }
12191219 </code></pre>
12201220
1221- The simulated rendering below illustrates how this should look.
1221+ The simulated rendering below illustrates how this is expected to look.
12221222 <style>
12231223 @keyframes caret-alternate-ref { 50% { border-color: red; } }
12241224 </style>
@@ -1337,8 +1337,8 @@ Shape of the insertion caret: 'caret-shape'</h4>
13371337 The caret must not be obscured by the background of the element.
13381338
13391339 <li>
1340- UAs must render ''caret-shape/block'' carets so that the
1341- character it overlaps with is not obscured by the caret.
1340+ UAs must render ''caret-shape/block'' carets
1341+ so that the character it overlaps with is not obscured by the caret.
13421342 </ul>
13431343
13441344 <div class=example>
@@ -1399,7 +1399,7 @@ Shape of the insertion caret: 'caret-shape'</h4>
13991399 }
14001400 </code></pre>
14011401
1402- The simulated rendering below illustrates how this should look.
1402+ The simulated rendering below illustrates how this is expected to look.
14031403 <style>
14041404 @keyframes terminal-caret-ref { 50% { border-color: transparent; } }
14051405 </style>
@@ -1452,7 +1452,7 @@ Shape of the insertion caret: 'caret-shape'</h4>
14521452 }
14531453 </code></pre>
14541454
1455- The simulated rendering below illustrates how this should look.
1455+ The simulated rendering below illustrates how this is expected to look.
14561456 <style>
14571457 .old-screen {
14581458 border-radius: 1em;
0 commit comments