Skip to content

Commit d2b42a3

Browse files
committed
Use reference to space characters instead of undefined "white space".
1 parent 76588c5 commit d2b42a3

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
@@ -8500,8 +8500,8 @@ <h3>Graph Containers</h3>
85008500
and other text which complicate extracting the JSON-LD content from a <a data-cite="HTML52/semantics-scripting.html#data-block">data blocks</a>.
85018501
JSON-LD places further restrictions on the contents of
85028502
<a data-cite="HTML52/semantics-scripting.html#the-script-element">script elements</a> containing JSON-LD.</p>
8503-
<p>A JSON-LD script element MAY begin with an optional <em>comment-open</em> surrounded by any amount of white space,
8504-
followed by valid JSON and ending with an optional <em>comment-close</em> surrounded by any amount of white space.
8503+
<p>A JSON-LD script element MAY begin with an optional <em>comment-open</em> surrounded by any amount of <a data-cite="HTML52/infrastructure.html#space-characters">space characters</a>,
8504+
followed by valid JSON and ending with an optional <em>comment-close</em> surrounded by any amount of <a data-cite="HTML52/infrastructure.html#space-characters">space characters</a>.
85058505
Any content within the JSON content which can be confused with a <em>comment-open</em>, <em>script-open</em>,
85068506
<em>comment-close</em>, or <em>script-close</em> MUST be escaped using a REVERSE SOLIDUS (<code>\</code>) character
85078507
as follows:</p>

0 commit comments

Comments
 (0)