diff --git a/index.html b/index.html index 2e309ce..82e3b72 100644 --- a/index.html +++ b/index.html @@ -2006,6 +2006,10 @@

1.1.10 WeekInfoOfLocale ( loc )

  1. Let locale be loc.[[Locale]].
  2. Assert: locale matches the unicode_locale_id production.
  3. Let r be a record whose fields are defined by Table 2, with values based on locale.
  4. Let fws be loc.[[FirstDayOfWeek]].
  5. Let fw be !StringToWeekdayValue(fws).
  6. If fw is not undefined, then
    1. Set r.[[FirstDay]] to fw.
  7. Return r.
+ Note
+ The record's return values are determined by locale, in accordance with the specifications outlined in UTS 35's Week Data and First Day Overrides. +
+
Table 2: WeekInfo Record Fields