Skip to content

Commit e78eb75

Browse files
committed
Improve some references.
1 parent 7fd74e6 commit e78eb75

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

spec/latest/common/terms.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h1>General Terminology</h1>
2121
each key, separating the key from the value. A single comma separates a value
2222
from a following key. In JSON-LD the keys in an object MUST be unique.
2323
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>
2525
<dt><dfn data-cite="ECMASCRIPT-6.0#sec-null-value">null</dfn></dt><dd>
2626
The use of the <a>null</a> value within JSON-LD is used to
2727
ignore or reset values. A key-value pair in the <code>@context</code> where
@@ -37,9 +37,9 @@ <h1>General Terminology</h1>
3737
that the octal and hexadecimal formats are not used and that leading
3838
zeros are not allowed.
3939
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>
4343
<dt><dfn>scalar</dfn></dt><dd>
4444
A scalar is either a JSON <a>string</a>, <a>number</a>, <a>true</a>,
4545
or <a>false</a>.</dd>
@@ -49,7 +49,7 @@ <h1>General Terminology</h1>
4949
character is represented as a single character string.</dd>
5050
<dt><dfn>true</dfn> and <dfn>false</dfn></dt><dd>
5151
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>
5353
</dl>
5454

5555
<p>Furthermore, the following terminology is used throughout this document:</p>

spec/latest/json-ld-api/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ <h1>Introduction</h1>
182182
of the algorithms in this document. To understand the API and how it is
183183
intended to operate in a programming environment, it is useful to have working
184184
knowledge of the JavaScript programming language [[ECMASCRIPT-6.0]] and
185-
WebIDL [[WebIDL]]. To understand how JSON-LD maps to RDF, it is helpful to be
185+
WebIDL [[WEBIDL]]. To understand how JSON-LD maps to RDF, it is helpful to be
186186
familiar with the basic RDF concepts [[RDF11-CONCEPTS]].</p>
187187

188188
<section>

spec/latest/json-ld/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4135,7 +4135,7 @@ <h3>application/ld+json</h3>
41354135
</dl>
41364136
</dd>
41374137
<dt>Encoding considerations:</dt>
4138-
<dd>See RFC&nbsp;6839, section 3.1.</dd>
4138+
<dd>See <a data-cite="rfc6839#section-3.1">RFC&nbsp;6839, section 3.1</a>.</dd>
41394139
<dt>Security considerations:</dt>
41404140
<dd>See [[!RFC7159]]
41414141
<p>Since JSON-LD is intended to be a pure data exchange format for

0 commit comments

Comments
 (0)