Skip to content

Commit c4a040d

Browse files
kengdojJym77
andauthored
Update matching-characters.md (act-rules#2144)
* Update matching-characters.md * Update pages/glossary/matching-characters.md Co-authored-by: Jean-Yves Moyen <jym@siteimprove.com> --------- Co-authored-by: Jean-Yves Moyen <jym@siteimprove.com>
1 parent 1db4aaf commit c4a040d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pages/glossary/matching-characters.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ unambiguous: true
55
objective: true
66
---
77

8-
A sequence of characters is considered to _match_ another if, after removing leading and trailing [space characters](https://html.spec.whatwg.org/#white_space) and replacing remaining occurrences of one or more space characters with a single space, the two sequences of characters are equal character-by-character, ignoring any differences in letter casing.
8+
A sequence of characters is considered to _match_ another if, after removing leading and trailing [whitespace characters][] and replacing remaining occurrences of one or more whitespace characters with a single space, the two sequences of characters are equal character-by-character, ignoring any differences in letter casing.
9+
10+
[whitespace characters]: #whitespace 'Definition of Whitespace'

0 commit comments

Comments
 (0)