@@ -2936,6 +2936,15 @@ <h3>application/ld+json</h3>
2936
2936
< dt > Subtype name:</ dt >
2937
2937
< dd class ="changed "> ld+json</ dd >
2938
2938
< dt class ="changed "> Required parameters:</ dt >
2939
+ <!--
2940
+ These three lines should be removed when re-published,
2941
+ as this is a required, not optional paameter and
2942
+ should be "#frame" not "#framed"
2943
+ -->
2944
+ < dd > None</ dd >
2945
+ < dt class ="changed "> Optional parameters:</ dt >
2946
+ < dd class ="changed ">
2947
+ <!-- End deferred update -->
2939
2948
< dl >
2940
2949
< dt > < code > profile</ code > </ dt >
2941
2950
< dd >
@@ -2945,17 +2954,22 @@ <h3>application/ld+json</h3>
2945
2954
and without knowledge of a profiled resource can safely use the same
2946
2955
representation.</ p >
2947
2956
< dl >
2948
- < dt > < code > http://www.w3.org/ns/json-ld#frame</ code > </ dt >
2957
+ <!-- When re-publishing changed to #frame -->
2958
+ < dt > < code > http://www.w3.org/ns/json-ld#framed</ code > </ dt >
2949
2959
< dd > To request or specify a < a data-lt ="frame "> JSON-LD Frame document</ a > .</ dd >
2950
2960
</ dl >
2951
- < p > The < code > http://www.w3.org/ns/json-ld#frame</ code > `profile` parameter SHOULD
2961
+ <!-- When re-publishing changed to #frame -->
2962
+ < p > The < code > http://www.w3.org/ns/json-ld#framed</ code > `profile` parameter SHOULD
2952
2963
be used when serving and requesting a
2953
2964
< a data-lt ="frame "> JSON-LD Frame document</ a > .</ p >
2954
2965
</ dd >
2955
2966
</ dl >
2967
+ <!--
2968
+ The following lines should be added back when re-published.
2956
2969
<dt class="changed">Optional parameters:</dt>
2957
2970
<dd class="changed">
2958
2971
None.
2972
+ -->
2959
2973
</ dd >
2960
2974
< dt > Encoding considerations:</ dt >
2961
2975
< dd > See < a data-cite ="RFC8259#section-11 "> RFC 8259, section 11</ a > .</ dd >
@@ -3132,14 +3146,16 @@ <h2>Changes since Proposed Recommendation Release of 7 May 2020</h2>
3132
3146
< h2 > Changes since Recommendation of 16 July 2020</ h2 >
3133
3147
< ul >
3134
3148
< li > Regenerated definition list, which does not attempt to filter out unused definitions.</ li >
3149
+ <!-- The fllowing entry can be added back when re-publishing
3135
3150
<li>Updated <a href="#iana-considerations" class="sectionRef"></a>
3136
3151
to describe the `http://www.w3.org/ns/json-ld#frame`
3137
3152
`profile` parameter as a required parameter,
3138
3153
instead of `http://www.w3.org/ns/json-ld#framed`
3139
3154
as an optional parameter to be consistent with the textual
3140
3155
description and the description of the same parameter
3141
3156
in [[JSON-LD11]] <a data-cite="JSON-LD11#iana-considerations">IANA Considerations</a>.
3142
- This is in response to < a href ="https://github.com/w3c/json-ld-framing/issues/132 "> Issue 132</ a > .</ li >
3157
+ This is in response to <a href="https://github.com/w3c/json-ld-framing/issues/132">Issue 132</a>.</li>
3158
+ -->
3143
3159
< li > Updated
3144
3160
< a href ="#jsonldprocessor " class ="sectionRef "> </ a > and
3145
3161
< a href ="#jsonldoptions " class ="sectionRef "> </ a >
0 commit comments