11.6 Names and Keywords, 2nd paragraph:
- "constributes" -> "contributes"
11.6.1.1 Static Semantics: Early Errors
Identifier :: IdentifierName but not ReservedWord:
- "an Syntax Error" -> "a Syntax Error"
- "can not" -> "cannot" (for consistency with other uses in draft)
IdentifierStart :: \ UnicodeEscapeSequence:
- "an Sytax Error" -> "a Syntax Error"
IdentifierPart :: \ UnicodeEscapeSequence
- "an Sytax Error" -> "a Syntax Error"
- "encoding either <ZWNJ> or <ZAJ>" -> "encoding of either <ZWNJ> or <ZAJ>"
- "An UnicodeEscape" -> "A UnicodeEscape"
- "can not" -> "cannot"
- "Identifier" -> "IdentifierName" (2nd NOTE in 11.6.1.1)
11.6.2 Reserved Words
- "Code point in a ReservedWord" -> "Code points in a ReservedWord"
- "can not" -> "cannot"
fixed in rev25 editor's draft
fixed in rev25