archives

« Bugzilla Issues Index

#4291 — 12.1.2 Intl.DateTimeFormat: Steps can be merged; + editorial


12.1.2 Intl.DateTimeFormat([ locales [, options ]])

Title: Remove "," before "locales".

Preamble: Missing parameter names

> When the Intl.DateTimeFormat function is called with optional arguments locales and options, the following steps are taken:

Step 1: Missing full stop

Steps 4-6 can be merged:
> 4. Return InitializeDateTimeFormat(dateTimeFormat, locales, options).

Step 4: Change `dateTimeFormat`, `locales` and `options` to italic font.


> Title: Remove "," before "locales".

Fixed.

> Preamble: Missing parameter names

Fixed.

> When the Intl.DateTimeFormat function is called with optional arguments locales and options, the following steps are taken:

> Step 1: Missing full stop

Fixed.



> Steps 4-6 can be merged:
> 4. Return InitializeDateTimeFormat(dateTimeFormat, locales, options).

> Step 4: Change `dateTimeFormat`, `locales` and `options` to italic font.

Fixed.