From c929f38a3fc1360cb1957923992359d911bd30bb Mon Sep 17 00:00:00 2001 From: Daniel Ehrenberg Date: Tue, 10 Jul 2018 09:03:29 +0200 Subject: [PATCH] Editorial: Re-add aiods --- spec.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec.html b/spec.html index 9accba5..9ca000b 100644 --- a/spec.html +++ b/spec.html @@ -197,7 +197,7 @@

The ElementDescriptor Specification Type

Modified class algorithms

- +

Runtime Semantics: ClassDefinitionEvaluation

With parameters _className_ and _decorators_.

ClassTail : ClassHeritage? `{` ClassBody? `}` @@ -316,7 +316,7 @@

Runtime Semantics: ClassElementEvaluation

- +

Runtime Semantics: BindingClassDeclarationEvaluation

ClassDeclaration : DecoratorList? `class` BindingIdentifier ClassTail