From 69d17cbd784cf5af1b62f4c918542413e3bf6876 Mon Sep 17 00:00:00 2001 From: Ben Allen Date: Sun, 28 Jul 2024 09:05:29 -0700 Subject: [PATCH] fixup: incorporated MF feedback re: combining paragraphs --- spec/overview.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/spec/overview.html b/spec/overview.html index a9f01a17..a0345693 100644 --- a/spec/overview.html +++ b/spec/overview.html @@ -73,10 +73,7 @@

Implementation Dependencies

- In browser implementations the initial set of locales, currencies, calendars, numbering systems, and other enumerable items visible to a particular origin must be the same for all users sharing the same user agent string (engine and platform version). Furthermore, dynamic changes to these sets must not result in users becoming distinguishable from each other. This constraint is imposed to reduce the fingerprinting risk inherent in internationalization, and may be relaxed in future revisions. -

-

- 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. + In browser implementations the initial set of locales, currencies, calendars, numbering systems, and other enumerable items visible to a particular origin must be the same for all users sharing the same user agent string (engine and platform version). Furthermore, dynamic changes to these sets must not result in users becoming distinguishable from each other. This constraint is imposed to reduce the fingerprinting risk inherent in internationalization, and may be relaxed in future revisions. 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.