Skip to content

Commit 2665ae5

Browse files
committed
[css-syntax] editorial tweak
1 parent 6a2f5de commit 2665ae5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css-syntax/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3371,7 +3371,7 @@ <h3 id=changes-from-css-2.1-core-grammar><span class=secno>5.5. </span>
33713371
<p> <em>This section is non-normative.</em>
33723372

33733373
<p class=note> Note that the point of this spec is to match reality;
3374-
changes from CSS2.1&apos;s Core Grammar are nearly always because the
3374+
changes from CSS2.1s Core Grammar are nearly always because the
33753375
Core Grammar specified something that doesn't match actual browser
33763376
behavior, or left something unspecified. If some detail doesn't match
33773377
browsers, please let me know as it's almost certainly unintentional.
@@ -3385,7 +3385,7 @@ <h3 id=changes-from-css-2.1-core-grammar><span class=secno>5.5. </span>
33853385
was totally undefined. Specifically:
33863386
<ul>
33873387
<li> [] blocks, () blocks and functions can now contain {} blocks,
3388-
〈at-keyword〉s or semicolons
3388+
〈at-keyword〉s or 〈semicolon〉s
33893389

33903390
<li> Selectors can now contain semicolons
33913391

css-syntax/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2369,7 +2369,7 @@ <h3>
23692369

23702370
<p class='note'>
23712371
Note that the point of this spec is to match reality;
2372-
changes from CSS2.1&apos;s Core Grammar are nearly always because the Core Grammar specified something that doesn't match actual browser behavior,
2372+
changes from CSS2.1s Core Grammar are nearly always because the Core Grammar specified something that doesn't match actual browser behavior,
23732373
or left something unspecified.
23742374
If some detail doesn't match browsers,
23752375
please let me know
@@ -2387,7 +2387,7 @@ <h3>
23872387

23882388
<ul>
23892389
<li>
2390-
[] blocks, () blocks and functions can now contain {} blocks, 〈at-keyword〉s or semicolons
2390+
[] blocks, () blocks and functions can now contain {} blocks, 〈at-keyword〉s or 〈semicolon〉s
23912391

23922392
<li>
23932393
Selectors can now contain semicolons

0 commit comments

Comments
 (0)