-
Notifications
You must be signed in to change notification settings - Fork 68
/
x2.html
49 lines (48 loc) · 2.54 KB
/
x2.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html class="split chapter"><head><meta charset="utf-8"><title>2 Conformance # Ⓣ Ⓔ ① Ⓐ — Annotated ES5</title><link rel="stylesheet" href="style.css"><link href="x1.html" title="1 Scope " rel="prev">
<link href="spec.html" title="TOC" rel="index">
<link href="x3.html" title="3 Normative references " rel="next">
</head><body><div class="head">
<h2 id="top">Annotated ECMAScript 5.1 <span id="timestamp"></span></h2>
<div id="mascot-treehouse">
<img id="mascot" align="left" src="js-mascot.svg" alt=""><img id="bubble" src="bubble.svg" alt=""></div>
<p id="slogan">‟Ex igne vita”</p>
<div id="annotations"></div>
<script src="timestamp.js"></script></div>
<nav>
<a href="x1.html">← 1 Scope </a> –
<a href="spec.html" class="toc-nav">TOC</a> –
<a href="x3.html">3 Normative references →</a>
</nav>
<h2 id="x2">2 Conformance <a href="#x2">#</a> <a href="#x2-toc" class="bak">Ⓣ</a> <b class="erra">Ⓔ</b> <b class="rev1">①</b> <b class="anno">Ⓐ</b></h2>
<p>
A
conforming implementation of ECMAScript must provide and support all
the types, values, objects, properties, functions, and program
syntax and semantics described in this specification.</p>
<p>
A
conforming implementation of this International standard shall
interpret characters in conformance with the Unicode Standard,
Version 3.0 or later and ISO/IEC 10646-1 with either UCS-2 or UTF-16
as the adopted encoding form, implementation level 3. If the adopted
ISO/IEC 10646-1 subset is not otherwise specified, it is presumed to
be the BMP subset, collection 300. If the adopted encoding form is
not otherwise specified, it is presumed to be the UTF-16 encoding form.</p>
<p>
A
conforming implementation of ECMAScript is permitted to provide
additional types, values, objects, properties, and functions beyond
those described in this specification. In particular, a conforming
implementation of ECMAScript is permitted to provide properties not
described in this specification, and values for those properties,
for objects that are described in this specification.</p>
<p>
A
conforming implementation of ECMAScript is permitted to support
program and regular expression syntax not described in this
specification. In particular, a conforming implementation of
ECMAScript is permitted to support program syntax that makes use of
the “future reserved words” listed in <a href="x7.html#x7.6.1.2">7.6.1.2</a> of this
specification.</p>
</body><script src="anno.js"></script></html>