Skip to content

Commit c210fa3

Browse files
committed
Reference HTML52 and the script element.
1 parent b3b4cc4 commit c210fa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4811,8 +4811,8 @@ <h3>Graph Containers</h3>
48114811

48124812
<section class="informative"><h2>Embedding JSON-LD in HTML Documents</h2>
48134813

4814-
<p>HTML script tags can be used to embed blocks of data in documents.
4815-
This way, JSON-LD content can be easily embedded in HTML by placing
4814+
<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.
4815+
This way, JSON-LD content can be easily embedded in HTML [[HTML52]] by placing
48164816
it in a script element with the <code>type</code> attribute set to
48174817
<code>application/ld+json</code>.</p>
48184818

0 commit comments

Comments
 (0)