Skip to content

Commit 58cafe4

Browse files
committed
[css-syntax] Editorial: Avoid "(," as the styling of "<code>(</code>," may not be different enough.
1 parent 6b58ed7 commit 58cafe4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css-syntax/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4308,8 +4308,8 @@ <h2 class="heading settled heading" data-level=7 id=rule-defs><span class=secno>
43084308

43094309
<p class=note>
43104310
Although it is possible, with <a data-link-type=dfn href=#escaping0 title=escaping>escaping</a>,
4311-
to construct an <a class="production css-code" data-link-type=type href=#typedef-ident-token title="<ident-token>">&lt;ident-token&gt;</a> whose value starts with <code>@</code> or ends with <code>(</code>,
4312-
such a tokens is not an <a class="production css-code" data-link-type=type href=#typedef-at-keyword-token title="<at-keyword-token>">&lt;at-keyword-token&gt;</a> or a <a class="production css-code" data-link-type=type href=#typedef-function-token title="<function-token>">&lt;function-token&gt;</a>
4311+
to construct an <a class="production css-code" data-link-type=type href=#typedef-ident-token title="<ident-token>">&lt;ident-token&gt;</a> whose value ends with <code>(</code> or starts with <code>@</code>,
4312+
such a tokens is not a <a class="production css-code" data-link-type=type href=#typedef-function-token title="<function-token>">&lt;function-token&gt;</a> or an <a class="production css-code" data-link-type=type href=#typedef-at-keyword-token title="<at-keyword-token>">&lt;at-keyword-token&gt;</a>
43134313
and does not match corresponding grammar definitions.
43144314

43154315
<a class="production css-code" data-link-type=type href=#typedef-delim-token title="<delim-token>">&lt;delim-token&gt;</a>s are written with their value enclosed in single quotes.

css-syntax/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2827,8 +2827,8 @@ <h2 id='rule-defs'>
28272827

28282828
<p class=note>
28292829
Although it is possible, with <a>escaping</a>,
2830-
to construct an <<ident-token>> whose value starts with <code>@</code> or ends with <code>(</code>,
2831-
such a tokens is not an <<at-keyword-token>> or a <<function-token>>
2830+
to construct an <<ident-token>> whose value ends with <code>(</code> or starts with <code>@</code>,
2831+
such a tokens is not a <<function-token>> or an <<at-keyword-token>>
28322832
and does not match corresponding grammar definitions.
28332833

28342834
<<delim-token>>s are written with their value enclosed in single quotes.

0 commit comments

Comments
 (0)