We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2d70ec commit 27db861Copy full SHA for 27db861
2 files changed
css-syntax/Overview.bs
@@ -71,7 +71,7 @@ Description of CSS's Syntax</h2>
71
which, if the source document is HTML,
72
selects any <code><a></code> elements that are children of a <code><p></code> element.
73
74
- "<code>color: blue;</code>" is a declaration specifying that,
+ "<code>color: blue</code>" is a declaration specifying that,
75
for the elements that match the selector,
76
their 'color' property should have the value ''blue''.
77
Similarly, their 'text-decoration' property should have the value ''underline''.
0 commit comments