ecma402
ecma402 copied to clipboard
Editorial: Arrange contents consistently
Resolves the following aspects of #405:
Placed Prototype Object properties in the following order for all Intl Objects:
- Intl.Foo.prototype.constructor
- Intl.Foo.prototype.resolvedOptions ()
- Intl.Foo.prototype [ %Symbol.toStringTag% ]
- ...Foo-specific properties in alphabetic order...
Gathered all Abstract Operations associated with each Object into the Abstract Operations section for that Object. Previously Intl.DateTimeFormat, Intl.Locale, and Intl.NumberFormat had several Abstract Operations appear inside the constructor clauses of those Objects.