@@ -1205,7 +1205,7 @@ Animation of the insertion caret: 'caret-animation'
1205
1205
for details.
1206
1206
1207
1207
1208
- Typically, the caret blinks between on and off.
1208
+ Typically, the caret blinks on and off.
1209
1209
This makes it alternate between 2 colors.
1210
1210
1211
1211
textarea {
@@ -1218,7 +1218,7 @@ Animation of the insertion caret: 'caret-animation'
1218
1218
}
1219
1219
1220
1220
1221
- The simulated rendering below illustrates how this should look.
1221
+ The simulated rendering below illustrates how this is expected to look.
1222
1222
1223
1223
@keyframes caret-alternate-ref { 50% { border-color: red; } }
1224
1224
@@ -1337,8 +1337,8 @@ Shape of the insertion caret: 'caret-shape'
1337
1337
The caret must not be obscured by the background of the element.
1338
1338
1339
1339
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.
1342
1342
1343
1343
1344
1344
@@ -1399,7 +1399,7 @@ Shape of the insertion caret: 'caret-shape'
1399
1399
}
1400
1400
1401
1401
1402
- The simulated rendering below illustrates how this should look.
1402
+ The simulated rendering below illustrates how this is expected to look.
1403
1403
1404
1404
@keyframes terminal-caret-ref { 50% { border-color: transparent; } }
1405
1405
@@ -1452,7 +1452,7 @@ Shape of the insertion caret: 'caret-shape'
1452
1452
}
1453
1453
1454
1454
1455
- The simulated rendering below illustrates how this should look.
1455
+ The simulated rendering below illustrates how this is expected to look.
1456
1456
1457
1457
.old-screen {
1458
1458
border-radius: 1em;
0 commit comments