@@ -21,7 +21,7 @@ <h1>General Terminology</h1>
21
21
each key, separating the key from the value. A single comma separates a value
22
22
from a following key. In JSON-LD the keys in an object MUST be unique.
23
23
In the < em > abstract representation</ em > a < a > JSON object</ a > is equivalent to a
24
- < a data-cite ="WebIDL #dfn-dictionary " class ="externalDFN "> < dfn data-lt ="dictionaries "> dictionary</ dfn > </ a > (see [[WebIDL ]]).</ dd >
24
+ < a data-cite ="WEBIDL #dfn-dictionary " class ="externalDFN "> < dfn data-lt ="dictionaries "> dictionary</ dfn > </ a > (see [[WEBIDL ]]).</ dd >
25
25
< dt > < dfn data-cite ="ECMASCRIPT-6.0#sec-null-value "> null</ dfn > </ dt > < dd >
26
26
The use of the < a > null</ a > value within JSON-LD is used to
27
27
ignore or reset values. A key-value pair in the < code > @context</ code > where
@@ -37,9 +37,9 @@ <h1>General Terminology</h1>
37
37
that the octal and hexadecimal formats are not used and that leading
38
38
zeros are not allowed.
39
39
In the < em > abstract representation</ em > , a < a > number</ a > is equivalent to either
40
- a < dfn data-cite ="WebIDL #idl-long "> long</ dfn >
41
- or < dfn data-cite ="WebIDL #idl-double "> double</ dfn > , depending
42
- on if the number has a non-zero fractional part (see [[WebIDL ]]).</ dd >
40
+ a < dfn data-cite ="WEBIDL #idl-long "> long</ dfn >
41
+ or < dfn data-cite ="WEBIDL #idl-double "> double</ dfn > , depending
42
+ on if the number has a non-zero fractional part (see [[WEBIDL ]]).</ dd >
43
43
< dt > < dfn > scalar</ dfn > </ dt > < dd >
44
44
A scalar is either a JSON < a > string</ a > , < a > number</ a > , < a > true</ a > ,
45
45
or < a > false</ a > .</ dd >
@@ -49,7 +49,7 @@ <h1>General Terminology</h1>
49
49
character is represented as a single character string.</ dd >
50
50
< dt > < dfn > true</ dfn > and < dfn > false</ dfn > </ dt > < dd >
51
51
Values that are used to express one of two possible
52
- < dfn data-cite ="WebIDL #idl-boolean "> boolean</ dfn > states.</ dd >
52
+ < dfn data-cite ="WEBIDL #idl-boolean "> boolean</ dfn > states.</ dd >
53
53
</ dl >
54
54
55
55
< p > Furthermore, the following terminology is used throughout this document:</ p >
0 commit comments