Skip to content

Commit e1e989c

Browse files
committed
Avoid internal spec references within terms.
1 parent 717ea94 commit e1e989c

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

common/algorithm-terms.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
A <a>map</a> containing values for
1717
the <a>object embed flag</a>,
1818
the <a>require all flag</a>,
19-
<span class="changed">the <a>embedded flag</a>,
19+
<span class="changed">the <a data-cite="JSON-LD11-FRAMING#dfn-embedded-flag">embedded flag</a>,
2020
used internally to help determine if object embedding is appropriate,</span>
2121
the <a>explicit inclusion flag</a>,
2222
and the <a>omit default flag</a>.</dd>

common/terms.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
the collection is <em>unordered</em> by default.
1212
While order is preserved in regular JSON arrays,
1313
it is not in regular JSON-LD arrays unless specifically defined
14-
(see <a data-cite="JSON-LD11#sets-and-lists">Sets and Lists</a>
15-
in the JSON-LD Syntax specification [[JSON-LD11]]).</dd>
14+
(see the <a data-cite="JSON-LD11#sets-and-lists">Sets and Lists</a> section of JSON-LD 1.1.</dd>
1615
<dt><dfn data-cite="INFRA#boolean" class="preserve">boolean</dfn></dt><dd>
1716
The values <code>true</code> and <code>false</code> that are used
1817
to express one of two possible states.</dd>
@@ -168,7 +167,7 @@
168167
for each IRI contained within a common vocabulary identified by <a>prefix</a>.</dd>
169168
<dt><dfn data-cite="JSON-LD11#dfn-context">context</dfn></dt><dd>
170169
A set of rules for interpreting a <a>JSON-LD document</a>
171-
as specified in the <a data-cite="JSON-LD11#the-context">The Context</a> section of the JSON-LD Syntax specification [[JSON-LD11]].</dd>
170+
as specified in the <a data-cite="JSON-LD11#the-context">The Context</a> section of JSON-LD 1.1.</dd>
172171
<dt><dfn data-cite="JSON-LD11#dfn-default-language">default language</dfn></dt><dd>
173172
The default language is set in the <a>context</a> using the <code>@language</code> key
174173
whose value MUST be a <a>string</a> representing a [[BCP47]] language code or <code>null</code>.</dd>
@@ -251,13 +250,13 @@
251250
A <a>JSON literal</a> is a <a>literal</a> where the associated <a>datatype IRI</a> is <code>rdf:JSON</code>.
252251
In the <a>value object</a> representation, the value of <code>@type</code> is <code>@json</code>.
253252
JSON literals represent values which are valid JSON [[RFC8259]].
254-
See <dfn data-cite="JSON-LD11#dfn-json-datatype" data-cite="JSON-LD11#dfn-json-datatype" class="preserve">JSON datatype</dfn> in [[JSON-LD11]].
253+
See <dfn data-cite="JSON-LD11#dfn-json-datatype" data-cite="JSON-LD11#dfn-json-datatype" class="preserve">JSON datatype</dfn> in JSON-LD 1.1.
255254
</dd>
256255
<dt><dfn data-cite="JSON-LD11#dfn-json-ld-document">JSON-LD document</dfn></dt><dd>
257256
A <a>JSON-LD document</a> is a serialization of
258257
an <a>RDF dataset</a>.</dd>
259258
<dt><dfn data-cite="JSON-LD11-API#dfn-json-ld-processor" data-lt="json-ld processor|Processors">JSON-LD Processor</dfn></dt><dd>
260-
A <a>JSON-LD Processor</a> is a system which can perform the algorithms defined in [[JSON-LD11-API]].</dd>
259+
A <a>JSON-LD Processor</a> is a system which can perform the algorithms defined in JSON-LD 1.1 Processing Algorithms and API.</dd>
261260
<dt class="changed"><dfn data-cite="JSON-LD11-API#dfn-internal-representation" data-lt="internal representation">JSON-LD internal representation</dfn></dt><dd class="changed">
262261
The JSON-LD internal representation
263262
is the result of transforming a JSON syntactic structure
@@ -273,7 +272,7 @@
273272
</dd>
274273
<dt><dfn data-cite="JSON-LD11#dfn-keyword">keyword</dfn></dt><dd>
275274
A <a>string</a> that is specific to JSON-LD,
276-
specified in the JSON-LD Syntax specification [[JSON-LD11]]
275+
specified in JSON-LD 1.1
277276
in the section titled <a data-cite="JSON-LD11#syntax-tokens-and-keywords">Syntax Tokens and Keywords</a>.</dd>
278277
<dt><dfn data-cite="JSON-LD11#dfn-language-map">language map</dfn></dt><dd>
279278
An <a>language map</a> is a <a>map</a> value of a <a>term</a>

0 commit comments

Comments
 (0)