Skip to content

Commit 48df60f

Browse files
committed
[css-ui-4] Editorial: minor phrasing tweaks
1 parent 3974d37 commit 48df60f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

css-ui-4/Overview.bs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1205,7 +1205,7 @@ Animation of the insertion caret: 'caret-animation'
12051205
for details.
12061206

12071207
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
12111211
textarea {
@@ -1218,7 +1218,7 @@ Animation of the insertion caret: 'caret-animation'
12181218
}
12191219
12201220

1221-
The simulated rendering below illustrates how this should look.
1221+
The simulated rendering below illustrates how this is expected to look.
12221222
@@ -1337,8 +1337,8 @@ Shape of the insertion caret: 'caret-shape'
13371337
The caret must not be obscured by the background of the element.
13381338

13391339
  • 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
    13431343

    13441344
    @@ -1399,7 +1399,7 @@ Shape of the insertion caret: 'caret-shape'
    13991399
    }
    14001400
    14011401

    1402-
    The simulated rendering below illustrates how this should look.
    1402+
    The simulated rendering below illustrates how this is expected to look.
    14031403
    @@ -1452,7 +1452,7 @@ Shape of the insertion caret: 'caret-shape'
    14521452
    }
    14531453
    14541454

    1455-
    The simulated rendering below illustrates how this should look.
    1455+
    The simulated rendering below illustrates how this is expected to look.
    14561456