diff --git a/index.html b/index.html index f8b8dda..bb0c359 100644 --- a/index.html +++ b/index.html @@ -2693,7 +2693,7 @@

Stage 3 Draft / February 1, 2024

Intl.DurationFormat

+

Stage 3 Draft / April 25, 2024

Intl.DurationFormat

1 DurationFormat Objects

@@ -2986,22 +2986,22 @@

1.2.1 Intl.DurationFormat ( [ locales [[MillisecondsStyle]] [[MillisecondsDisplay]] "milliseconds" - « "long", "short", "narrow",
"fractional" » + « "long", "short", "narrow",
"numeric" » "numeric" [[MicrosecondsStyle]] [[MicrosecondsDisplay]] "microseconds" - « "long", "short", "narrow",
"fractional" » - "fractional" + « "long", "short", "narrow",
"numeric" » + "numeric" [[NanosecondsStyle]] [[NanosecondsDisplay]] "nanoseconds" - « "long", "short", "narrow",
"fractional" » - "fractional" + « "long", "short", "narrow",
"numeric" » + "numeric" diff --git a/spec.emu b/spec.emu index 24f8b3e..0410e51 100644 --- a/spec.emu +++ b/spec.emu @@ -579,22 +579,22 @@ contributors: Ujjwal Sharma, Younies Mahmoud [[MillisecondsStyle]] [[MillisecondsDisplay]] *"milliseconds"* - « *"long"*, *"short"*, *"narrow"*,
*"fractional"* » + « *"long"*, *"short"*, *"narrow"*,
*"numeric"* » *"numeric"* [[MicrosecondsStyle]] [[MicrosecondsDisplay]] *"microseconds"* - « *"long"*, *"short"*, *"narrow"*,
*"fractional"* » - *"fractional"* + « *"long"*, *"short"*, *"narrow"*,
*"numeric"* » + *"numeric"* [[NanosecondsStyle]] [[NanosecondsDisplay]] *"nanoseconds"* - « *"long"*, *"short"*, *"narrow"*,
*"fractional"* » - *"fractional"* + « *"long"*, *"short"*, *"narrow"*,
*"numeric"* » + *"numeric"*