-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Editorial: Move ASCII-case definitions into ECMA-262
This moves the definitions of ASCII-uppercase, ASCII-lowercase, and ASCII- case-insensitive match into ECMA-262 and deletes them from ECMA-402. It also generalizes the definitions of ASCII-uppercase and ASCII-lowercase to cover sequences of code points as well as strings. This allows a simplification in the TimeZoneIANALegacyName production. (Note, the unnecessary parentheses are because grammarkdown seems to choke on the version without them)
- Loading branch information
Showing
3 changed files
with
51 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters