Skip to content

Commit cb6449b

Browse files
committed
clarified wording and provided explanation
1 parent 3feac13 commit cb6449b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ <h1>Implementation Dependencies</h1>
7373
</li>
7474
</ul>
7575
<emu-note>
76-
The set of locales made available by ECMAScript hosts must not change as the result of user behaviour, and the set of available locales must not produce observable differences between two users using the same version of the same host on the same platform. As a result, ECMAScript hosts must not allow on-demand installation of new locales.
76+
The set of locales, currencies, calendars, numbering systems, and other enumerable items made available by ECMAScript hosts must not change as the result of user behaviour, or otherwise allow two users using the same version of the same host on the same platform to be distinguishable from each other. This constraint exists to mitigate potential fingerprinting concerns. This constraint may be relaxed in future revisions.
7777
</emu-note>
7878

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

0 commit comments

Comments
 (0)