tc39 / proposal-intl-locale-info

An API to expose information of locale, such as week data ( first day of a week, weekend start, weekend end), hour cycle, measurement system, commonly used calendar, etc.
MIT License
56 stars 11 forks source link

Missing standard preamble for abstract operations #40

Closed anba closed 3 years ago

anba commented 3 years ago

The new abstract operations are missing preambles. There should be at least one of:

When the OP_NAME abstract operation is called with arguments ARG1, ARG2, and ARG3, it performs the following steps:

or:

When the OP_NAME abstract operation is called with arguments ARG1, ARG2, and ARG3, the following steps are taken:

FrankYFTang commented 3 years ago

Fixed by #42