Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editorial: Use named records for DateTimeFormat format records #826

Closed
wants to merge 18 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
8f0c417
Editorial: Use named records to describe DateTimeFormat [[LocaleData]…
anba Aug 11, 2023
b4ef048
Editorial: Use new named records in structured headers
anba Aug 11, 2023
0c14765
Editorial: Set default value for fractionalSecondDigits in FormatDate…
anba Aug 11, 2023
8b45d26
Editorial: Read dayPeriod and timeZoneName from the correct source
anba Aug 11, 2023
c0663f0
Editorial: Store the resolved best format in the Intl.DateTimeFormat
anba Aug 11, 2023
092dd73
Editorial: Pass pattern string to FormatDateTimePattern
anba Aug 11, 2023
5427d4d
Editorial: Pass format records to FormatDateTimePattern
anba Aug 11, 2023
323ef2f
Editorial: Remove bogus comment about the era field
anba Aug 11, 2023
e5acdf7
Editorial: Read resolved options from the format record
anba Aug 11, 2023
e505d33
Editorial: Remove unused internal slots from Intl.DateTimeFormat objects
anba Aug 11, 2023
df9cfca
Editorial: Set [[HourCycle]] internal slot exactly once
anba Aug 11, 2023
0b87957
Editorial: Use correct field access in PartitionDateTimeRangePattern
anba Aug 11, 2023
97e1761
Editorial: Remove unused Pattern String Field column
anba Aug 11, 2023
5e066cf
Editorial: Remove Range pattern fields table
anba Aug 11, 2023
c319c5d
Editorial: Update href to more relevant section
anba Aug 11, 2023
ec38254
Editorial: Remove unnecessary assertion
anba Aug 11, 2023
2829199
Editorial: Add definition for the Pattern String type
anba Aug 11, 2023
d51744b
Apply suggestions from code review
ben-allen Apr 2, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions spec/annexes.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ <h1>Implementation Dependent Behaviour</h1>
The set of supported date-time formats per locale beyond a core set, including the representations used for each component and the associated patterns (<emu-xref href="#sec-intl.datetimeformat-internal-slots"></emu-xref>)
</li>
<li>
Localized weekday names, era names, month names, day period names, am/pm indicators, and time zone names (<emu-xref href="#sec-formatdatetime"></emu-xref>)
Localized weekday names, era names, month names, day period names, am/pm indicators, and time zone names (<emu-xref href="#sec-formatdatetimepattern"></emu-xref>)
</li>
<li>
The calendric calculations used for calendars other than *"gregory"*, and adjustments for local time zones and daylight saving time (<emu-xref href="#sec-formatdatetime"></emu-xref>)
The calendric calculations used for calendars other than *"gregory"*, and adjustments for local time zones and daylight saving time (<emu-xref href="#sec-tolocaltime"></emu-xref>)
</li>
<li>
The set of all known registered Zone and Link names of the IANA Time Zone Database and the information about their offsets from UTC and their daylight saving time rules (<emu-xref href="#sec-time-zone-names"></emu-xref>)
Expand Down
Loading