Skip to content

Commit 9956dfa

Browse files
committed
Do not assume implementers are using JSON-LD.
1 parent 37daadb commit 9956dfa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4797,10 +4797,10 @@ <h3>Language and Base Direction</h3>
47974797
<p>
47984798

47994799
<p>
4800-
Utilization of the design pattern above assumes that the JSON-LD
4801-
<a href="#extensibility">extension</a> associated with the
4802-
<a>property</a> utilizes the Scoped Context feature of JSON-LD to
4803-
alias the <code>@value</code>, <code>@language</code>, and
4800+
Implementers utilizing JSON-LD are strongly urged to
4801+
<a href="#extensibility">extend</a> the JSON-LD Context defining the
4802+
internationalized <a>property</a> and utilize the Scoped Context feature of
4803+
JSON-LD to alias the <code>@value</code>, <code>@language</code>, and
48044804
<code>@direction</code> keywords to <code>value</code>, <code>lang</code>,
48054805
and <code>dir</code>, respectively. An example of a JSON-LD Context snippet
48064806
doing so is shown below:

0 commit comments

Comments
 (0)