We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcb4a71 commit abf363fCopy full SHA for abf363f
1 file changed
css-values-4/Overview.bs
@@ -398,7 +398,8 @@ Author-defined Identifiers: the <<custom-ident>> type</h3>
398
This generic data type is denoted by <dfn id="identifier-value"><custom-ident></dfn>,
399
and represents any valid CSS <a>identifier</a>
400
that would not be misinterpreted as a pre-defined keyword in that property's value definition.
401
- Such identifiers are fully case-sensitive,
+ Such identifiers are fully [=case-sensitive=]
402
+ (meaning they're compared by codepoint),
403
even in the ASCII range
404
(e.g. ''example'' and ''EXAMPLE'' are two different, unrelated user-defined identifiers).
405
0 commit comments