From 549567aaa537cfefae328d6dcb33d0e7ae1f4db7 Mon Sep 17 00:00:00 2001 From: Ben Allen Date: Mon, 4 Sep 2023 15:26:48 -0700 Subject: [PATCH] and another --- spec/overview.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/overview.html b/spec/overview.html index 3be87712..6aff055f 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. - 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. 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. This constraint is imposed to reduce the fingerprinting risk inherent in internationalization, and may be relaxed in future revisions.