You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which are only applied when the <spanclass=cssdata-link-type=maybetitle=@media>@media</span>s conditions are fulfilled.
244
244
</div>
245
245
246
-
<p> Property names and <adata-link-type=dfnhref=#at-ruletitle=at-rule>at-rule</a> names are always <b>identifiers</b>,
246
+
<p> Property names and <adata-link-type=dfnhref=#at-ruletitle=at-rule>at-rule</a> names are always <adata-link-type=dfnhref=#identifiertitle=identifiers>identifiers</a>,
247
247
which have to start with a letter or a hyphen followed by a letter,
248
248
and then can contain letters, numbers, hyphens, or underscores.
249
249
You can include any <adata-link-type=dfnhref=#code-pointtitle="code point">code point</a> at all,
<p> Any Unicode <adata-link-type=dfnhref=#code-pointtitle="code point">code point</a> can be included in an identifier or quoted string
262
+
<p> Any Unicode <adata-link-type=dfnhref=#code-pointtitle="code point">code point</a> can be included in an <adata-link-type=dfnhref=#identifiertitle=identifier>identifier</a> or quoted string
263
263
by <dfndata-dfn-type=dfndata-noexport="" id=escaping0>escaping<aclass=self-linkhref=#escaping0></a></dfn> it.
264
264
CSS escape sequences start with a backslash (\), and continue with:
A portion of the CSS source that has the same syntax as an <aclass="production css-code" data-link-type=typehref=#typedef-ident-tokentitle="<ident-token>"><ident-token></a>.
1862
+
Also appears in <aclass="production css-code" data-link-type=typehref=#typedef-at-keyword-tokentitle="<at-keyword-token>"><at-keyword-token></a>,
Check if three code points would start an identifier</span><aclass=self-linkhref=#would-start-an-identifier></a></h4>
2480
2488
2481
-
<p> This section describes how to <dfndata-dfn-type=dfndata-noexport="" id=check-if-three-code-points-would-start-an-identifiertitle="check if three code points would start an identifier|starts with an identifier|start with an identifier|would start an identifier">check if three code points would start an identifier<aclass=self-linkhref=#check-if-three-code-points-would-start-an-identifier></a></dfn>.
2489
+
<p> This section describes how to <dfndata-dfn-type=dfndata-noexport="" id=check-if-three-code-points-would-start-an-identifiertitle="check if three code points would start an identifier|starts with an identifier|start with an identifier|would start an identifier">check if three code points would start an <adata-link-type=dfnhref=#identifiertitle=identifier>identifier</a><aclass=self-linkhref=#check-if-three-code-points-would-start-an-identifier></a></dfn>.
2482
2490
The algorithm described here can be called explicitly with three <adata-link-type=dfnhref=#code-pointtitle="code points">code points</a>,
2483
2491
or can be called with the input stream itself.
2484
2492
In the latter case, the three <adata-link-type=dfnhref=#code-pointtitle="code points">code points</a> in question are
Check if three code points would start an identifier</dfn></h4>
1445
1453
1446
-
This section describes how to <dfntitle="check if three code points would start an identifier|starts with an identifier|start with an identifier|would start an identifier">check if three code points would start an identifier</dfn>.
1454
+
This section describes how to <dfntitle="check if three code points would start an identifier|starts with an identifier|start with an identifier|would start an identifier">check if three code points would start an <a>identifier</a></dfn>.
1447
1455
The algorithm described here can be called explicitly with three <a>code points</a>,
1448
1456
or can be called with the input stream itself.
1449
1457
In the latter case, the three <a>code points</a> in question are
0 commit comments