File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -172,8 +172,14 @@ Defining Custom Properties: the '--*' family of properties</h2>
172172 to determine if two strings are equal,
173173 to avoid the complexities and pitfalls of unicode normalization and locale-specific collation.
174174
175- Different OSes or input methods can sometimes output visually-identical text with different codepoints,
176- so authors should be aware of this potential hazard.
175+ Operating systems, keyboards, or input methods
176+ sometimes encode visually-identical text
177+ using different codepoint sequences.
178+ Authors are advised to choose variable names
179+ that avoid potential confusion
180+ or to use escapes and other means
181+ to ensure that similar appearing sequences are identical.
182+ See Section 2.3 in [[CHARMOD-NORM]] for examples.
177183 </div>
178184
179185 Custom properties are <strong> not</strong> reset by the 'all' property.
You can’t perform that action at this time.
0 commit comments