Skip to content

Commit 8ea698c

Browse files
committed
[css-syntax] bikeshed fixes
1 parent 1442e56 commit 8ea698c

2 files changed

Lines changed: 71 additions & 71 deletions

File tree

css-syntax/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3005,9 +3005,9 @@ Defining Grammars for Rules and Other Values</h2>
30053005
Several types of tokens are written literally, without quotes:
30063006

30073007
<ul>
3008-
<li><<ident-token>>s (such as ''auto'', ''disc'', etc), which are simply written as their value.
3009-
<li><<at-keyword-token>>s, which are written as an @ character followed by the token's value, like "@media".
3010-
<li><<function-token>>s, which are written as the function name followed by a ( character, like "translate(".
3008+
<li><<ident-token>>s (such as <code>auto</code>, <code>disc</code>, etc), which are simply written as their value.
3009+
<li><<at-keyword-token>>s, which are written as an @ character followed by the token's value, like <code>@media</code>.
3010+
<li><<function-token>>s, which are written as the function name followed by a ( character, like <code>translate(</code>.
30113011
<li>The <<colon-token>> (written as <code>:</code>), <<comma-token>> (written as <code>,</code>), <<semicolon-token>> (written as <code>;</code>), <a href="#tokendef-open-paren">&lt;(-token></a>, <a href="#tokendef-close-paren">&lt;)-token></a>, <a href="#tokendef-open-curly">&lt;{-token></a>, and <a href="#tokendef-close-curly">&lt;}-token></a>s.
30123012
</ul>
30133013

0 commit comments

Comments
 (0)