Skip to content

Commit

Permalink
Apply review comments from michaelficarrra
Browse files Browse the repository at this point in the history
  • Loading branch information
codehag committed Dec 4, 2020
1 parent 8b9a5fb commit b0e42f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,10 @@ <h1>Conformance</h1>
<p>A conforming implementation of ECMAScript may support program and regular expression syntax not described in this specification. In particular, a conforming implementation of ECMAScript may support program syntax that makes use of any &ldquo;future reserved words&rdquo; noted in subclause <emu-xref href="#sec-keywords-and-reserved-words"></emu-xref> of this specification.</p>
<p>A conforming implementation of ECMAScript must not implement any extension that is listed as a Forbidden Extension in subclause <emu-xref href="#sec-forbidden-extensions"></emu-xref>.</p>
<p>A conforming implementation of ECMAScript must not redefine any facilities that are not implementation-defined, implementation-approximated, or host-defined.</p>
<p>A conforming implementation of ECMAScript may choose to implement or not implement Normative Optional subclauses. However if Normative Optional behavior is implemented in some form, it must be implemented in accordance to the Normative Optional clause. A Normative Optional clause is defined in the spec within a Normative Optional colored box.</p>
<emu-clause id="sec-conformance.normative-optional" normative-optional>
<h1>Normative Optional Example Clause</h1>
<p>Example of Normative Optional clause</p>
<p>A conforming implementation of ECMAScript may choose to implement or not implement Normative Optional subclauses. If any Normative Optional behaviour is implemented, all of the behaviour in the containing Normative Optional clause must be implemented. A Normative Optional clause is denoted in this specification with the words "Normative Optional" in a coloured box, as shown below.</p>
<emu-clause id="sec-conformance.normative-optional" type="example" normative-optional>
<h1>Example Clause Heading</h1>
<p>Example clause contents.</p>
</emu-clause>
</emu-clause>

Expand Down

0 comments on commit b0e42f1

Please sign in to comment.