Skip to content

Commit abf363f

Browse files
committed
[css-values-4] Linkify 'case-sensitive' to make it clearer.
1 parent bcb4a71 commit abf363f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

css-values-4/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,8 @@ Author-defined Identifiers: the <<custom-ident>> type</h3>
398398
This generic data type is denoted by <dfn id="identifier-value">&lt;custom-ident></dfn>,
399399
and represents any valid CSS <a>identifier</a>
400400
that would not be misinterpreted as a pre-defined keyword in that property's value definition.
401-
Such identifiers are fully case-sensitive,
401+
Such identifiers are fully [=case-sensitive=]
402+
(meaning they're compared by codepoint),
402403
even in the ASCII range
403404
(e.g. ''example'' and ''EXAMPLE'' are two different, unrelated user-defined identifiers).
404405

0 commit comments

Comments
 (0)