Skip to content

Commit 6ff3846

Browse files
committed
[css-syntax][meta] markup fix
1 parent 62e5fe6 commit 6ff3846

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

css-syntax-3/Overview.bs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2972,11 +2972,10 @@ Defining Grammars for Rules and Other Values</h2>
29722972
Tokens match if their value is a match for the value defined in the grammar.
29732973
Unless otherwise specified, all matches are <a>ASCII case-insensitive</a>.
29742974

2975-
<p class=note>
2976-
Although it is possible, with <a>escaping</a>,
2977-
to construct an <<ident-token>> whose value ends with <code>(</code> or starts with <code>@</code>,
2978-
such a tokens is not a <<function-token>> or an <<at-keyword-token>>
2979-
and does not match corresponding grammar definitions.
2975+
Note: Although it is possible, with <a>escaping</a>,
2976+
to construct an <<ident-token>> whose value ends with <code>(</code> or starts with <code>@</code>,
2977+
such a tokens is not a <<function-token>> or an <<at-keyword-token>>
2978+
and does not match corresponding grammar definitions.
29802979

29812980
<<delim-token>>s are written with their value enclosed in single quotes.
29822981
For example, a <<delim-token>> containing the "+" <a>code point</a> is written as <code>'+'</code>.

0 commit comments

Comments
 (0)