Skip to content

Commit dcabe80

Browse files
committed
Comment out normative update introduced in #134 relating to #132.
1 parent b3d3189 commit dcabe80

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

index.html

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2936,6 +2936,15 @@ <h3>application/ld+json</h3>
29362936
<dt>Subtype name:</dt>
29372937
<dd class="changed">ld+json</dd>
29382938
<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 -->
29392948
<dl>
29402949
<dt><code>profile</code></dt>
29412950
<dd>
@@ -2945,17 +2954,22 @@ <h3>application/ld+json</h3>
29452954
and without knowledge of a profiled resource can safely use the same
29462955
representation.</p>
29472956
<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>
29492959
<dd>To request or specify a <a data-lt="frame">JSON-LD Frame document</a>.</dd>
29502960
</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
29522963
be used when serving and requesting a
29532964
<a data-lt="frame">JSON-LD Frame document</a>.</p>
29542965
</dd>
29552966
</dl>
2967+
<!--
2968+
The following lines should be added back when re-published.
29562969
<dt class="changed">Optional parameters:</dt>
29572970
<dd class="changed">
29582971
None.
2972+
-->
29592973
</dd>
29602974
<dt>Encoding considerations:</dt>
29612975
<dd>See <a data-cite="RFC8259#section-11">RFC&nbsp;8259, section 11</a>.</dd>
@@ -3132,14 +3146,16 @@ <h2>Changes since Proposed Recommendation Release of 7 May 2020</h2>
31323146
<h2>Changes since Recommendation of 16 July 2020</h2>
31333147
<ul>
31343148
<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
31353150
<li>Updated <a href="#iana-considerations" class="sectionRef"></a>
31363151
to describe the `http://www.w3.org/ns/json-ld#frame`
31373152
`profile` parameter as a required parameter,
31383153
instead of `http://www.w3.org/ns/json-ld#framed`
31393154
as an optional parameter to be consistent with the textual
31403155
description and the description of the same parameter
31413156
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+
-->
31433159
<li>Updated
31443160
<a href="#jsonldprocessor" class="sectionRef"></a> and
31453161
<a href="#jsonldoptions" class="sectionRef"></a>

0 commit comments

Comments
 (0)