From 8813f3141940c83104ad8d0d145b0769845e8051 Mon Sep 17 00:00:00 2001 From: Ben Allen Date: Mon, 4 Sep 2023 15:24:53 -0700 Subject: [PATCH] typo fix --- spec/overview.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/overview.html b/spec/overview.html index e918de20..23bd4226 100644 --- a/spec/overview.html +++ b/spec/overview.html @@ -74,11 +74,11 @@

Implementation Dependencies

- Changes to the set of locales, currencies, calendars, numbering systems, and other enumerable items made available by ECMAScript hosts must not result in two users using the same version of the same host on the same platform becoming distinguishable from each other. + Changes to the set of locales, currencies, calendars, numbering systems, and other enumerable items made available by ECMAScript hosts must not result in two users using the same version of the same host on the same platform becoming distinguishable from each other. This constraint is imposed to reduce the fingerprinting risk inherent in internationalization, and may be relaxed in future revisions. - Non-normative: s a result of this constraint, the first time a browser implementation that allows on-demand locale installation receives a request from a particular origin that could require installing a new locale, it must not reveal whether or not that locale is already installed. This constraint is imposed to reduce the fingerprinting risk inherent in internationalization, and may be relaxed in future revisions. + Non-normative: As a result of this constraint, the first time a browser implementation that allows on-demand locale installation receives a request from a particular origin that could require installing a new locale, it must not reveal whether or not that locale is already installed.