diff --git a/spec.html b/spec.html
index e3c938258b2..9a00a91abca 100644
--- a/spec.html
+++ b/spec.html
@@ -20136,7 +20136,7 @@
Static Semantics: Early Errors
It is a Syntax Error if |Initializer| is present and |Initializer| Contains |SuperCall| is *true*.
- ClassElementName : PrivateIdentifier `;`
+ ClassElementName : PrivateIdentifier
- It is a Syntax Error if StringValue of |PrivateIdentifier| is `"#constructor"`.
@@ -20333,14 +20333,7 @@ Static Semantics: PropName
- ClassElementName[Yield, Await] : PropertyName[?Yield, ?Await]
-
-
- 1. Return PropName of |PropertyName|.
-
-
-
- ClassElementName[Yield, Await] : PrivateIdentifier
+ ClassElementName : PrivateIdentifier
1. Return ~empty~.
@@ -20423,13 +20416,6 @@ Static Semantics: PrivateBoundIdentifiers
1. Return a new empty List.
-
- ClassElementList : ClassElement
-
-
- 1. Return PrivateBoundIdentifiers of |ClassElement|.
-
-
ClassElementList : ClassElementList ClassElement
@@ -20438,13 +20424,6 @@ Static Semantics: PrivateBoundIdentifiers
1. Append to _names_ the elements of PrivateBoundIdentifiers of |ClassElement|.
1. Return _names_.
-
-
- ClassBody : ClassElementList
-
-
- 1. Return PrivateBoundIdentifiers of |ClassElementList|.
-