From 81222b5ec15b0fce520416374fa6e628df88a865 Mon Sep 17 00:00:00 2001 From: Ujjwal Sharma Date: Fri, 19 Jun 2020 23:45:44 +0530 Subject: [PATCH 1/2] editorial: add note about parsing Add a brief note to the specification about the reason for non-existence of parsing functionality. Fixes: https://github.com/tc39/ecma402/issues/424 --- spec/overview.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spec/overview.html b/spec/overview.html index 544669a6..00c39bc1 100644 --- a/spec/overview.html +++ b/spec/overview.html @@ -43,6 +43,8 @@

API Overview

The Intl object is used to package all functionality defined in the ECMAScript 2021 Internationalization API Specification to avoid name collisions.

+ + If you take a look at the specification, you would realize that while the API includes a variety of formatters, it does not provide any parsing facilities. This is something intentional that has been discussed extensively and concluded after weighing in all the benefits and drawbacks of including said functionality. You could learn more about the discussion on the issue tracker. From 26c492272bb89e87d753e1688d12d7fd9404bac7 Mon Sep 17 00:00:00 2001 From: Leo Balter Date: Thu, 2 Jul 2020 16:18:54 -0700 Subject: [PATCH 2/2] Editorial: Prefer inclusive tone Co-authored-by: Jordan Harband --- spec/overview.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/overview.html b/spec/overview.html index 00c39bc1..ec84f38e 100644 --- a/spec/overview.html +++ b/spec/overview.html @@ -44,7 +44,7 @@

API Overview

The Intl object is used to package all functionality defined in the ECMAScript 2021 Internationalization API Specification to avoid name collisions.

- If you take a look at the specification, you would realize that while the API includes a variety of formatters, it does not provide any parsing facilities. This is something intentional that has been discussed extensively and concluded after weighing in all the benefits and drawbacks of including said functionality. You could learn more about the discussion on the issue tracker. + While the API includes a variety of formatters, it does not provide any parsing facilities. This is intentional, has been discussed extensively, and concluded after weighing in all the benefits and drawbacks of including said functionality. See the discussion on the issue tracker.