Skip to content

Commit 69d17cb

Browse files
committed
fixup: incorporated MF feedback re: combining paragraphs
1 parent 0a19206 commit 69d17cb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

spec/overview.html

+1-4
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,7 @@ <h1>Implementation Dependencies</h1>
7373
</li>
7474
</ul>
7575
<p>
76-
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.
77-
</p>
78-
<p>
79-
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.
76+
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.
8077
</p>
8178

8279
<emu-clause id="sec-compatibility">

0 commit comments

Comments
 (0)