Skip to content

Commit fa76b96

Browse files
committed
Rephrase embedded intro; focus on data blocks
1 parent d16d553 commit fa76b96

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8430,10 +8430,11 @@ <h3>Graph Containers</h3>
84308430

84318431
<section class="changed"><h2>Embedding JSON-LD in HTML Documents</h2>
84328432

8433-
<p>HTML <a data-cite="HTML52/semantics-scripting.html#the-script-element">script elements</a> can be used to embed blocks of data in documents.
8434-
This way, JSON-LD content can be easily embedded in HTML [[HTML52]] by placing
8435-
it in a script element with the <code>type</code> attribute set to
8436-
<code>application/ld+json</code>.</p>
8433+
<p>
8434+
JSON-LD content can be easily embedded in HTML [[HTML52]] by placing
8435+
it in a <a data-cite="HTML52/semantics-scripting.html#the-script-element">Script element</a> with the <code>type</code> attribute set to
8436+
<code>application/ld+json</code>. Doing so creates a
8437+
<a data-cite="https://www.w3.org/TR/html52/semantics-scripting.html#data-block">data block</a>.</p>
84378438

84388439
<aside class="example ds-selector-tabs"
84398440
title="Embedding JSON-LD in HTML">

0 commit comments

Comments
 (0)