From 52b6e69431fc3ce9113741e42a6f271ca4a27e98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20C=C3=A1ceres?= Date: Tue, 16 Mar 2021 14:21:37 +1100 Subject: [PATCH] Integrate i18n wg feedback --- index.html | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 2cd32cc6..e1bcec08 100644 --- a/index.html +++ b/index.html @@ -1677,9 +1677,19 @@

alphabetic code (i.e., the numeric codes are not supported). Their canonical form is upper case. However, the set of combinations of currency code for which localized currency symbols are available is - implementation dependent. Where a localized currency symbol is not - available, a user agent SHOULD use U+00A4 (¤) for formatting. User - agents MAY format the display of the + implementation dependent. +

+

+ Currency symbols can be ambiguous due to use across a number of + different currencies (e.g., "$" could mean any of USD, AUD, NZD, + CAD, and so on.). When displaying a monetary value, it is + RECOMMENDED that user agents display the currency code. +

+

+ Further, when displaying a monetary value, it is OPTIONAL for user + agents to display currency symbols. User agent that display + currency symbols MAY use U+00A4 (¤) when a currency symbol is not + available. User agents MAY format the display of the {{PaymentCurrencyAmount/currency}} member to adhere to OS conventions (e.g., for localization purposes).