Skip to content

Commit a4026a8

Browse files
committed
Add wording to allow a _default object_ containing an _IRI_ as the value of @type when framing.
For w3c/json-ld-framing#74.
1 parent deb4f29 commit a4026a8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2415,7 +2415,9 @@ <h3>Algorithm</h3>
24152415
transforming it into an <a>array</a>, if necessary.</span>
24162416
<span class="changed">
24172417
When the {{JsonLdOptions/frameExpansion}} flag is set, <var>value</var>
2418-
may also be an empty <a>map</a>.
2418+
may also be an empty <a>map</a>, or a <a>default object</a>.
2419+
For a <a>default object</a>, the value of `@default` is restricted to be
2420+
an <a>IRI</a>, which is expanded as above.
24192421
</span>
24202422
<div class="note">
24212423
No transformation from a <a>string</a> <var>value</var> to an <a>array</a>

0 commit comments

Comments
 (0)