-
Notifications
You must be signed in to change notification settings - Fork 115
Closed
Labels
c: specComponent: spec editorial issuesComponent: spec editorial issueseditorialInvolves an editorial fixInvolves an editorial fixs: help wantedStatus: help wanted; needs proposal championStatus: help wanted; needs proposal champion
Milestone
Description
(prompted by #610 (comment) )
ECMA-402 makes many references to itself, but does so inconsistently:
$ grep --no-filename -roiE 'this specification|(current )?(version [^[:punct:]]*)?ECMA[^[:punct:]]*Specification' spec/ | \
sed 's/\(Internationalization API Specification\).*/\1/' | sort | uniq -c
1 current version of the ECMAScript Internationalization API Specification
1 Ecmarkup is an HTML and Markdown dialect that provides a framework and toolset for authoring ECMAScript specifications in plaintext and processing the specification
16 ECMAScript 2022 Internationalization API Specification
8 ECMAScript 2022 Language Specification
1 ECMAScript implementation that implements this Internationalization API Specification
3 ECMAScript Language Specification
1 ECMAScript objects in the ECMAScript 2022 Language Specification
10 this specification
1 this Specification
4 This specificationIt would be better to uniformly adopt a consistent pattern, such as "this specification" (which seems to be preferred by ECMA-262).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
c: specComponent: spec editorial issuesComponent: spec editorial issueseditorialInvolves an editorial fixInvolves an editorial fixs: help wantedStatus: help wanted; needs proposal championStatus: help wanted; needs proposal champion