You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: common/algorithm-terms.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -49,8 +49,8 @@
49
49
copied into a new <a>processor state</a> when entering a new
50
50
<a>JSON object</a>.</dd>
51
51
<dt><dfndata-lt="promises">promise</dfn></dt><dd>
52
-
A <adata-cite="ECMASCRIPT-6.0#sec-promise-objects" class="externalDFN">promise</a> is an object that represents the eventual result of a single asynchronous operation.
53
-
Promises are defined in [[ECMASCRIPT-6.0]].</dd>
52
+
A <adata-cite="ECMASCRIPT#sec-promise-objects" class="externalDFN">promise</a> is an object that represents the eventual result of a single asynchronous operation.
53
+
Promises are defined in [[ECMASCRIPT]].</dd>
54
54
<dt><dfn>require all flag</dfn></dt><dd>
55
55
A flag specifying that all properties present in the <a>input frame</a>
56
56
MUST either have a default value or be present in the <a>JSON-LD
In the JSON serialization, an <adata-cite="RFC7159#section-4" class="externalDFN">object</a> structure is represented as a pair of curly brackets surrounding zero or
13
+
In the JSON serialization, an <adata-cite="RFC8259#section-4" class="externalDFN">object</a> structure is represented as a pair of curly brackets surrounding zero or
14
14
more key-value pairs. A key is a <a>string</a>. A single colon comes after
15
15
each key, separating the key from the value. A single comma separates a value
16
16
from a following key. In JSON-LD the keys in an object MUST be unique.
17
17
In the <a>internal representation</a> a <a>JSON object</a> is equivalent to a
18
-
<dfndata-cite="WEBIDL#dfn-dictionary" data-lt="dictionaries" class="preserve">dictionary</dfn> (see [[WEBIDL]]).</dd>
18
+
<dfndata-cite="WEBIDL#dfn-dictionary" data-lt="dictionaries" class="preserve">dictionary</dfn> (see [[!WEBIDL]]).</dd>
In the JSON serialization, a <adata-cite="RFC7159#section-6" class="externalDFN">number</a> is similar to that used in most programming languages, except
35
+
In the JSON serialization, a <adata-cite="RFC8259#section-6" class="externalDFN">number</a> is similar to that used in most programming languages, except
36
36
that the octal and hexadecimal formats are not used and that leading
37
37
zeros are not allowed.
38
38
In the <a>internal representation</a>, a <a>number</a> is equivalent to either
39
39
a <dfndata-cite="WEBIDL#idl-long" class="preserve">long</dfn>
40
40
or <dfndata-cite="WEBIDL#idl-double" class="preserve">double</dfn>, depending
41
-
on if the number has a non-zero fractional part (see [[WEBIDL]]).</dd>
41
+
on if the number has a non-zero fractional part (see [[!WEBIDL]]).</dd>
42
42
<dt><dfn>scalar</dfn></dt><dd>
43
43
A scalar is either a JSON <a>string</a>, <a>number</a>, <a>true</a>,
44
44
or <a>false</a>.</dd>
45
45
<dt><dfndata-lt="strings">string</dfn></dt><dd>
46
-
A <adata-cite="RFC7159#section-7" class="externalDFN">string</a> is a sequence of zero or more Unicode (UTF-8) characters,
46
+
A <adata-cite="RFC8259#section-7" class="externalDFN">string</a> is a sequence of zero or more Unicode (UTF-8) characters,
47
47
wrapped in double quotes, using backslash escapes (if necessary). A
48
48
character is represented as a single character string.</dd>
49
49
<dt><dfn>true</dfn> and <dfn>false</dfn></dt><dd>
50
-
<adata-cite="RFC7159#section-3" class="externalDFN">Values</a> that are used to express one of two possible
50
+
<adata-cite="RFC8259#section-3" class="externalDFN">Values</a> that are used to express one of two possible
0 commit comments