Skip to content

Commit

Permalink
Merge pull request #172 from littledan/stability
Browse files Browse the repository at this point in the history
Editorial: Describe intentions for compatibility across implementations
  • Loading branch information
littledan committed Oct 12, 2017
2 parents 4d27cf8 + d883882 commit 2cba45a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions spec/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,22 @@ <h1>Implementation Dependencies</h1>
</li>
</ul>
</p>

<emu-clause id="sec-compatibility">
<h1>Compatibility across implementations</h1>

<p>
ECMA 402 describes the schema of the data used by its functions. The
data contained inside is implementation-dependent, and expected to
change over time and vary between implementations. The variation is
visible by programmers, and it is possible to construct programs which
will depend on a particular output. However, this specification
attempts to describe reasonable constraints which will allow
well-written programs to function across implementations.
Implementations are encouraged to continue their efforts to harmonize
linguistic data.
</p>
</emu-clause>
</emu-clause>

</emu-clause>

0 comments on commit 2cba45a

Please sign in to comment.