diff --git a/spec.html b/spec.html
index 403969eca0..458ef5985a 100644
--- a/spec.html
+++ b/spec.html
@@ -17851,7 +17851,7 @@
Rules of Automatic Semicolon Insertion
AsyncArrowFunction[In, Yield, Await] :
`async` [no LineTerminator here] AsyncArrowBindingIdentifier[?Yield] [no LineTerminator here] `=>` AsyncConciseBody[?In]
- CoverCallExpressionAndAsyncArrowHead[?Yield, ?Await] [no LineTerminator here] `=>` AsyncConciseBody[?In] #callCover
+ CoverCallExpressionAndAsyncArrowHead[?Yield, ?Await] [no LineTerminator here] `=>` AsyncConciseBody[?In] #callcover
AsyncArrowHead :
`async` [no LineTerminator here] ArrowFormalParameters[~Yield, +Await]
@@ -18209,7 +18209,7 @@ Syntax
AsyncGeneratorExpression
RegularExpressionLiteral
TemplateLiteral[?Yield, ?Await, ~Tagged]
- CoverParenthesizedExpressionAndArrowParameterList[?Yield, ?Await] #parenCover
+ CoverParenthesizedExpressionAndArrowParameterList[?Yield, ?Await] #parencover
CoverParenthesizedExpressionAndArrowParameterList[Yield, Await] :
`(` Expression[+In, ?Yield, ?Await] `)`
@@ -18998,7 +18998,7 @@ Syntax
`new` NewExpression[?Yield, ?Await]
CallExpression[Yield, Await] :
- CoverCallExpressionAndAsyncArrowHead[?Yield, ?Await] #callCover
+ CoverCallExpressionAndAsyncArrowHead[?Yield, ?Await] #callcover
SuperCall[?Yield, ?Await]
ImportCall[?Yield, ?Await]
CallExpression[?Yield, ?Await] Arguments[?Yield, ?Await]
@@ -23549,7 +23549,7 @@ Syntax
ArrowParameters[Yield, Await] :
BindingIdentifier[?Yield, ?Await]
- CoverParenthesizedExpressionAndArrowParameterList[?Yield, ?Await] #parenCover
+ CoverParenthesizedExpressionAndArrowParameterList[?Yield, ?Await] #parencover
ConciseBody[In] :
[lookahead != `{`] ExpressionBody[?In, ~Await]
@@ -25254,7 +25254,7 @@ Syntax
AsyncArrowFunction[In, Yield, Await] :
`async` [no LineTerminator here] AsyncArrowBindingIdentifier[?Yield] [no LineTerminator here] `=>` AsyncConciseBody[?In]
- CoverCallExpressionAndAsyncArrowHead[?Yield, ?Await] [no LineTerminator here] `=>` AsyncConciseBody[?In] #callCover
+ CoverCallExpressionAndAsyncArrowHead[?Yield, ?Await] [no LineTerminator here] `=>` AsyncConciseBody[?In] #callcover
AsyncConciseBody[In] :
[lookahead != `{`] ExpressionBody[?In, +Await]
@@ -49911,7 +49911,7 @@ Expressions
When processing an instance of the production
-
+
the interpretation of |CoverParenthesizedExpressionAndArrowParameterList| is refined using the following grammar:
@@ -49942,7 +49942,7 @@ Expressions
When processing an instance of the production
-
+
the interpretation of |CoverCallExpressionAndAsyncArrowHead| is refined using the following grammar:
@@ -50068,7 +50068,7 @@ Functions and Classes
When processing an instance of the production
-
+
the interpretation of |CoverParenthesizedExpressionAndArrowParameterList| is refined using the following grammar:
@@ -50079,7 +50079,7 @@ Functions and Classes
When processing an instance of the production
-
+
the interpretation of |CoverCallExpressionAndAsyncArrowHead| is refined using the following grammar: