diff --git a/spec.html b/spec.html index 9d93b93a6d0..c6fbbf12906 100644 --- a/spec.html +++ b/spec.html @@ -16277,7 +16277,10 @@

Syntax

> any code point with the Unicode General_Category “Space_Separator” -

Other than for the code points listed as explicit alternatives of |WhiteSpace|, |WhiteSpace| intentionally excludes all code points that have the Unicode “White_Space” property but which are not classified in general category “Space_Separator” (“Zs”).

+

U+0020 (SPACE) and U+00A0 (NO-BREAK SPACE) are matched by |WhiteSpace| as the are both have a Unicode General_Category of “Space_Separator&rdquo.

+
+ +

Other than for the code points listed as explicit alternatives in |WhiteSpace|, |WhiteSpace| intentionally excludes all code points that have the Unicode “White_Space” property but which are not classified in general category “Space_Separator” (“Zs”).