Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelficarra committed May 16, 2024
1 parent 96a692c commit 13afc97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -16277,7 +16277,7 @@ <h2>Syntax</h2>
&gt; any code point with the Unicode General_Category &ldquo;Space_Separator&rdquo;
</emu-grammar>
<emu-note>
<p>U+0020 (SPACE) and U+00A0 (NO-BREAK SPACE) are matched by |WhiteSpace| as the are both have a Unicode General_Category of &ldquo;Space_Separator&rdquo.</p>
<p>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.</p>
</emu-note>
<emu-note>
<p>Other than for the code points listed as explicit alternatives in |WhiteSpace|, |WhiteSpace| intentionally excludes <a href="https://util.unicode.org/UnicodeJsps/list-unicodeset.jsp?a=%5B%5Cp%7BWhite_Space%7D%26%5Cp%7BGeneral_Category%21%3DSpace_Separator%7D%5D">all code points that have the Unicode “White_Space” property but which are not classified in general category “Space_Separator” (“Zs”)</a>.</p>
Expand Down

0 comments on commit 13afc97

Please sign in to comment.