Skip to content

Commit 2b77d3e

Browse files
committed
Fix typos and elaborate note.
1 parent 2f7c95b commit 2b77d3e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

cssom/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1885,8 +1885,8 @@ <h3 id="css-declaration-blocks"><span class="secno">6.5 </span>CSS Declaration B
18851885

18861886
<p class="note">The serialization of an empty CSS declaration block is the empty string.</p>
18871887

1888-
<p class="note">The serialization of an non-empty CSS declaration block does not including any surrounding whitespace, i.e., no whitepsace
1889-
before the first property name and no whitespace after the final semicolon delimiter that follows the last property value..</p>
1888+
<p class="note">The serialization of an non-empty CSS declaration block does not include any surrounding whitespace, i.e., no whitepsace appears
1889+
before the first property name and no whitespace appears after the final semicolon delimiter that follows the last property value.</p>
18901890

18911891
<!-- ........................................................................................................................ -->
18921892

cssom/cssom-source

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1489,8 +1489,8 @@
14891489

14901490
<p class="note">The serialization of an empty CSS declaration block is the empty string.</p>
14911491

1492-
<p class="note">The serialization of an non-empty CSS declaration block does not including any surrounding whitespace, i.e., no whitepsace
1493-
before the first property name and no whitespace after the final semicolon delimiter that follows the last property value..</p>
1492+
<p class="note">The serialization of an non-empty CSS declaration block does not include any surrounding whitespace, i.e., no whitepsace appears
1493+
before the first property name and no whitespace appears after the final semicolon delimiter that follows the last property value.</p>
14941494

14951495
<!-- ........................................................................................................................ -->
14961496

0 commit comments

Comments
 (0)