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
Copy file name to clipboardExpand all lines: topics/custom-ident-case-sensitivity.txt
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,9 @@ Various options:
34
34
35
35
- @counter-style names are always case-insensitive
36
36
- via Unicode case-folding
37
-
- via ASCII case-insensitivity
37
+
- via ASCII case-insensitivity
38
+
- via Unicode lowercasing
39
+
- Something else?
38
40
- @counter-style names are always case-sensitive; UA-defined keywords are simply defined for all case permutations. (Overriding one only overrides the permutation given.)
39
41
- @counter-style names are case-sensitive, except those on the UA-defined list are special and are ASCII case-insensitive.
0 commit comments