Skip to content

Commit fac37f3

Browse files
ryzokukenMs2ger
authored andcommitted
spec: rebase intl spec on dayPeriod
1 parent 8fe9323 commit fac37f3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

spec/intl.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -783,6 +783,11 @@ <h1>Intl.DateTimeFormat.prototype.resolvedOptions ( )</h1>
783783
<td>*"day"*</td>
784784
<td><ins>~pattern~</ins></td>
785785
</tr>
786+
<tr>
787+
<td><del>[[DayPeriod]]</del><ins>[[dayPeriod]]</ins></td>
788+
<td>*"dayPeriod"*</td>
789+
<td><ins>~pattern~</ins></td>
790+
</tr>
786791
<tr>
787792
<td><del>[[Hour]]</del><ins>[[hour]]</ins></td>
788793
<td>*"hour"*</td>
@@ -855,7 +860,7 @@ <h1><a href="https://tc39.es/ecma402/#sec-properties-of-intl-datetimeformat-inst
855860
<li>[[Calendar]] is a String value with the *"type"* given in Unicode Technical Standard 35 for the calendar used for formatting.</li>
856861
<li>[[NumberingSystem]] is a String value with the *"type"* given in Unicode Technical Standard 35 for the numbering system used for formatting.</li>
857862
<li>[[TimeZone]] is a String value with the IANA time zone name of the time zone used for formatting.</li>
858-
<li><del>[[Weekday]], [[Era]], [[Year]], [[Month]], [[Day]], [[Hour]], [[Minute]], [[Second]], [[TimeZoneName]] are each either *undefined*, indicating that the component is not used for formatting, or one of the String values given in <emu-xref href="#table-datetimeformat-components"></emu-xref>, indicating how the component should be presented in the formatted output.</del></li>
863+
<li><del>[[Weekday]], [[Era]], [[Year]], [[Month]], [[Day]], [[DayPeriod]], [[Hour]], [[Minute]], [[Second]], [[TimeZoneName]] are each either *undefined*, indicating that the component is not used for formatting, or one of the String values given in <emu-xref href="#table-datetimeformat-components"></emu-xref>, indicating how the component should be presented in the formatted output.</del></li>
859864
<li><del>[[FractionalSecondDigits]] is either *undefined* or a positive, non-negative integer Number value indicating the fraction digits to be used for fractional seconds. Numbers will be rounded or padded with trailing zeroes if necessary.</del></li>
860865
<li><del>[[HourCycle]] is a String value indicating whether the 12-hour format (*"h11"*, *"h12"*) or the 24-hour format (*"h23"*, *"h24"*) should be used. *"h11"* and *"h23"* start with hour 0 and go up to 11 and 23 respectively. *"h12"* and *"h24"* start with hour 1 and go up to 12 and 24. [[HourCycle]] is only used when [[Hour]] is not *undefined*.</del></li>
861866
<li>[[DateStyle]], [[TimeStyle]] are each either *undefined*, or a String value with values *"full"*, *"long"*, *"medium"*, or *"short"*.</li>

0 commit comments

Comments
 (0)