Skip to content

Commit 0d2030b

Browse files
committed
Update references from HTML52 to just HTML for the living spec.
1 parent bb5e4f4 commit 0d2030b

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

index.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9164,10 +9164,10 @@ <h3>Graph Containers</h3>
91649164
<section class="changed"><h2>Embedding JSON-LD in HTML Documents</h2>
91659165

91669166
<p>
9167-
JSON-LD content can be easily embedded in HTML [[HTML52]] by placing
9168-
it in a <a data-cite="HTML52/semantics-scripting.html#the-script-element">Script element</a> with the <code>type</code> attribute set to
9167+
JSON-LD content can be easily embedded in HTML [[HTML]] by placing
9168+
it in a <a data-cite="HTML/semantics-scripting.html#the-script-element">Script element</a> with the <code>type</code> attribute set to
91699169
<code>application/ld+json</code>. Doing so creates a
9170-
<a data-cite="HTML52/semantics-scripting.html#data-block">data block</a>.</p>
9170+
<a data-cite="HTML/semantics-scripting.html#data-block">data block</a>.</p>
91719171

91729172
<aside class="example ds-selector-tabs"
91739173
title="Embedding JSON-LD in HTML">
@@ -9243,7 +9243,7 @@ <h3>Graph Containers</h3>
92439243
<a data-cite="JSON-LD11-API#deserialize-json-ld-to-rdf-algorithm">Deserialize JSON-LD to RDF Algorithm</a>
92449244
[[JSON-LD11-API]]. Unless a specific script is targeted
92459245
(see <a href="#locating-a-specific-json-ld-script-element" class="sectionRef"></a>),
9246-
all <a data-cite="HTML52/semantics-scripting.html#the-script-element">script elements</a>
9246+
all <a data-cite="HTML/semantics-scripting.html#the-script-element">script elements</a>
92479247
with <code>type</code> <code>application/ld+json</code> MUST be processed and merged
92489248
into a single <a>dataset</a> with equivalent <a>blank node identifiers</a> contained in
92499249
separate script elements treated as if they were in a single document (i.e.,
@@ -9314,10 +9314,10 @@ <h3>Graph Containers</h3>
93149314

93159315
<section><h3>Inheriting base IRI from HTML's <code>base</code> element</h3>
93169316
<p>When processing a JSON-LD
9317-
<a data-cite="HTML52/semantics-scripting.html#the-script-element">script element</a>,
9318-
the <a data-cite="HTML52/infrastructure.html#document-base-url">Document Base URL</a>
9317+
<a data-cite="HTML/semantics-scripting.html#the-script-element">script element</a>,
9318+
the <a data-cite="HTML/infrastructure.html#document-base-url">Document Base URL</a>
93199319
of the containing HTML document,
9320-
as defined in [[HTML52]],
9320+
as defined in [[HTML]],
93219321
is used to establish the default <a>base IRI</a> of the enclosed
93229322
JSON-LD content.</p>
93239323

@@ -9392,18 +9392,18 @@ <h3>Graph Containers</h3>
93929392
</pre>
93939393
</aside>
93949394

9395-
<p>HTML allows for <a data-cite="HTML52/infrastructure.html#dynamic-changes-to-base-urls">Dynamic changes to base URLs</a>.
9395+
<p>HTML allows for <a data-cite="HTML/infrastructure.html#dynamic-changes-to-base-urls">Dynamic changes to base URLs</a>.
93969396
This specification does not require any specific behavior,
93979397
and to ensure that all systems process the <a>base IRI</a> equivalently, authors SHOULD
93989398
either use <a>absolute IRIs</a>, or explicitly as defined in <a href="#base-iri" class="sectionRef"></a>.
93999399
Implementations (particularly those natively operating in the [[!DOM]]) MAY take into consideration
9400-
<a data-cite="HTML52/infrastructure.html#dynamic-changes-to-base-urls">Dynamic changes to base URLs</a>.</p>
9400+
<a data-cite="HTML/infrastructure.html#dynamic-changes-to-base-urls">Dynamic changes to base URLs</a>.</p>
94019401
</section>
94029402

94039403
<section class="informative"><h3>Restrictions for contents of JSON-LD <code>script</code> elements</h3>
9404-
<p>Due to the HTML <a data-cite="HTML52/semantics-scripting.html#restrictions-for-contents-of-script-elements">Restrictions for contents of <code>&lt;script&gt;</code> elements</a>
9404+
<p>Due to the HTML <a data-cite="HTML/semantics-scripting.html#restrictions-for-contents-of-script-elements">Restrictions for contents of <code>&lt;script&gt;</code> elements</a>
94059405
additional encoding restrictions are placed on JSON-LD data contained in
9406-
<a data-cite="HTML52/semantics-scripting.html#the-script-element">script elements</a>.</p>
9406+
<a data-cite="HTML/semantics-scripting.html#the-script-element">script elements</a>.</p>
94079407
<p>Authors should avoid using character sequences in scripts embedded in HTML
94089408
which may be confused with a <em>comment-open</em>, <em>script-open</em>,
94099409
<em>comment-close</em>, or <em>script-close</em>.</p>
@@ -9471,7 +9471,7 @@ <h3>Graph Containers</h3>
94719471

94729472
<section><h3>Locating a Specific JSON-LD Script Element</h3>
94739473
<p>A specific
9474-
<a data-cite="HTML52/semantics-scripting.html#the-script-element">script element</a>
9474+
<a data-cite="HTML/semantics-scripting.html#the-script-element">script element</a>
94759475
within an HTML document may be located using
94769476
a fragment identifier matching the <a data-cite="DOM#concept-id">unique identifier</a>
94779477
of the script element within the HTML document located by a URL (see [[!DOM]]).

0 commit comments

Comments
 (0)