Skip to content

Commit

Permalink
Remove the 8601 handling per @anba
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankYFTang committed Jul 30, 2024
1 parent 4d9ebad commit 30b4a68
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions locale.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,6 @@ <h1>WeekInfoOfLocale ( _loc_ )</h1>
1. Let _locale_ be _loc_.[[Locale]].
1. Assert: _locale_ matches the `unicode_locale_id` production.
1. Let _r_ be a record whose fields are defined by <emu-xref href="#table-locale-weekinfo-record"></emu-xref>, with values based on _locale_.
1. Let _ca_ be _loc_.[[Calendar]].
1. If _ca_ is *"iso8601"*, then
1. Set _r_.[[FirstDay]] to *1*.
1. Set _r_.[[MinimalDays]] to *4*.
1. Let _fws_ be _loc_.[[FirstDayOfWeek]].
1. Let _fw_ be !StringToWeekdayValue(_fws_).
1. If _fw_ is not *undefined*, then
Expand Down

0 comments on commit 30b4a68

Please sign in to comment.