Skip to content

Commit bbf217b

Browse files
authored
Make normalization advice in :string normative (#984)
Fixes #979 Previously this was a NOTE. Making it IMPORTANT gives it normative force. The alternative would be to remove the 2119 keyword and just make it advice.
1 parent ddff3c4 commit bbf217b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/functions/string.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ the `:string` selector function performs as described below.
7676
7777
The `:string` function returns the string value of the _resolved value_ of the _operand_.
7878
79-
> [!NOTE]
79+
> [!IMPORTANT]
8080
> The function `:string` does not perform Unicode Normalization of its formatted output.
8181
> Users SHOULD encode _messages_ and their parts in Unicode Normalization Form C (NFC)
8282
> unless there is a very good reason not to.

0 commit comments

Comments
 (0)