diff --git a/spec.html b/spec.html index 4575ac8e96c..1e9c83dc1d7 100644 --- a/spec.html +++ b/spec.html @@ -11625,10 +11625,10 @@

Static Semantics: SV

The SV of NonOctalDecimalEscapeSequence :: `9` is the String value consisting of the code unit 0x0039 (DIGIT NINE).
  • - The SV of HexEscapeSequence :: `x` HexDigit HexDigit is the String value consisting of the code unit whose value is the MV of |HexEscapeSequence|. + The SV of EscapeSequence :: HexEscapeSequence is the String value consisting of the code unit whose value is the MV of |HexEscapeSequence|.
  • - The SV of Hex4Digits :: HexDigit HexDigit HexDigit HexDigit is the String value consisting of the code unit whose value is the MV of |Hex4Digits|. + The SV of UnicodeEscapeSequence :: `u` Hex4Digits is the String value consisting of the code unit whose value is the MV of |Hex4Digits|.
  • The SV of UnicodeEscapeSequence :: `u{` CodePoint `}` is the result of performing UTF16EncodeCodePoint on the MV of |CodePoint|.