Skip to content

Commit

Permalink
Refine wording to more explicitly describe intention
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Mar 23, 2023
1 parent fafb6f1 commit cc1fbbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2657,7 +2657,7 @@ <h1>Import Assertions</h1>
<emu-clause id="sec-conformance" number="2">
<h1><span class="secnum">2</span> Conformance</h1>
<p><ins>A conforming implementation of ECMAScript should not implement <dfn>Deprecated</dfn> subclauses. All of the language features and behaviours specified within Deprecated subclauses have one or more undesirable characteristics. However, their usage in existing applications currently prevents their removal from this specification. These features are not considered part of the core ECMAScript language. Programmers should not use or assume the existence of these features and behaviours when writing new ECMAScript code.</ins></p>
<p><ins>A conforming implementation of ECMAScript should not implement <dfn>Deprecated</dfn> subclauses, unless necessary for compatibility with existing applications that already run in such implementation before the deprecation of the given language feature. All of the language features and behaviours specified within Deprecated subclauses have one or more undesirable characteristics. However, their usage in existing applications currently prevents their removal from this specification. These features are not considered part of the core ECMAScript language. Programmers should not use or assume the existence of these features and behaviours when writing new ECMAScript code.</ins></p>
<emu-clause id="sec-conformance-deprecated" example="" deprecated="">
<h1><span class="secnum">2.1</span> Example Deprecated Clause Heading</h1>
Expand Down
2 changes: 1 addition & 1 deletion spec.emu
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<emu-clause id="sec-conformance" number="2">
<h1>Conformance</h1>

<p><ins>A conforming implementation of ECMAScript should not implement <dfn>Deprecated</dfn> subclauses. All of the language features and behaviours specified within Deprecated subclauses have one or more undesirable characteristics. However, their usage in existing applications currently prevents their removal from this specification. These features are not considered part of the core ECMAScript language. Programmers should not use or assume the existence of these features and behaviours when writing new ECMAScript code.</ins></p>
<p><ins>A conforming implementation of ECMAScript should not implement <dfn>Deprecated</dfn> subclauses, unless necessary for compatibility with existing applications that already run in such implementation before the deprecation of the given language feature. All of the language features and behaviours specified within Deprecated subclauses have one or more undesirable characteristics. However, their usage in existing applications currently prevents their removal from this specification. These features are not considered part of the core ECMAScript language. Programmers should not use or assume the existence of these features and behaviours when writing new ECMAScript code.</ins></p>

<emu-clause id="sec-conformance-deprecated" example deprecated>
<h1>Example Deprecated Clause Heading</h1>
Expand Down

0 comments on commit cc1fbbb

Please sign in to comment.