Skip to content

Commit 3ae5d92

Browse files
committed
Normative: Added text about sets of locales for web browser implementations needing to be fixed from version to version
1 parent 632ddd6 commit 3ae5d92

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

spec/overview.html

+6
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@ <h1>Implementation Dependencies</h1>
7272
<em>Subsets of Unicode:</em> Some operations, such as collation, operate on strings that can include characters from the entire Unicode character set. However, both the Unicode Standard and the ECMAScript standard allow implementations to limit their functionality to subsets of the Unicode character set. In addition, locale conventions typically don't specify the desired behaviour for the entire Unicode character set, but only for those characters that are relevant for the locale. While the Unicode Collation Algorithm combines a default collation order for the entire Unicode character set with the ability to tailor for local conventions, subsets and tailorings still result in differences in behaviour.
7373
</li>
7474
</ul>
75+
<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.
80+
</p>
7581

7682
<emu-clause id="sec-compatibility">
7783
<h1>Compatibility across implementations</h1>

0 commit comments

Comments
 (0)