Skip to content

Commit 27db861

Browse files
committed
[css-syntax] Clarify an example: semicolon is not part of the declaration.
1 parent c2d70ec commit 27db861

2 files changed

Lines changed: 99 additions & 87 deletions

File tree

css-syntax/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Description of CSS's Syntax</h2>
7171
which, if the source document is HTML,
7272
selects any <code>&lt;a></code> elements that are children of a <code>&lt;p></code> element.
7373

74-
"<code>color: blue;</code>" is a declaration specifying that,
74+
"<code>color: blue</code>" is a declaration specifying that,
7575
for the elements that match the selector,
7676
their 'color' property should have the value ''blue''.
7777
Similarly, their 'text-decoration' property should have the value ''underline''.

0 commit comments

Comments
 (0)