Skip to content

Comment out normative update #137

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 18, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 22 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2936,6 +2936,15 @@ <h3>application/ld+json</h3>
<dt>Subtype name:</dt>
<dd class="changed">ld+json</dd>
<dt class="changed">Required parameters:</dt>
<!--
These three lines should be removed when re-published,
as this is a required, not optional paameter and
should be "#frame" not "#framed"
-->
<dd>None</dd>
<dt class="changed">Optional parameters:</dt>
<dd class="changed">
<!-- End deferred update -->
<dl>
<dt><code>profile</code></dt>
<dd>
Expand All @@ -2945,17 +2954,25 @@ <h3>application/ld+json</h3>
and without knowledge of a profiled resource can safely use the same
representation.</p>
<dl>
<dt><code>http://www.w3.org/ns/json-ld#frame</code></dt>
<!-- When re-publishing changed to #frame -->
<dt><code>http://www.w3.org/ns/json-ld#framed</code></dt>
<dd>To request or specify a <a data-lt="frame">JSON-LD Frame document</a>.</dd>
</dl>
<p>The <code>http://www.w3.org/ns/json-ld#frame</code> `profile` parameter SHOULD
<!-- When re-publishing changed to #frame -->
<p>The <code>http://www.w3.org/ns/json-ld#framed</code> `profile` parameter SHOULD
be used when serving and requesting a
<a data-lt="frame">JSON-LD Frame document</a>.</p>
<p class="note">The definition of this parameter is subject to an
<a href="https://w3c.github.io/json-ld-framing/errata/#section_1.1">errantum</a>
and will be updated in the next version.</p>
</dd>
</dl>
<!--
The following lines should be added back when re-published.
<dt class="changed">Optional parameters:</dt>
<dd class="changed">
None.
-->
</dd>
<dt>Encoding considerations:</dt>
<dd>See <a data-cite="RFC8259#section-11">RFC&nbsp;8259, section 11</a>.</dd>
Expand Down Expand Up @@ -3132,14 +3149,16 @@ <h2>Changes since Proposed Recommendation Release of 7 May 2020</h2>
<h2>Changes since Recommendation of 16 July 2020</h2>
<ul>
<li>Regenerated definition list, which does not attempt to filter out unused definitions.</li>
<!-- The fllowing entry can be added back when re-publishing
<li>Updated <a href="#iana-considerations" class="sectionRef"></a>
to describe the `http://www.w3.org/ns/json-ld#frame`
`profile` parameter as a required parameter,
instead of `http://www.w3.org/ns/json-ld#framed`
as an optional parameter to be consistent with the textual
description and the description of the same parameter
in [[JSON-LD11]] <a data-cite="JSON-LD11#iana-considerations">IANA Considerations</a>.
This is in response to <a href="https://github.com/w3c/json-ld-framing/issues/132">Issue 132</a>.</li>
This is in response to <a href="https://github.com/w3c/json-ld-framing/issues/132">Issue 132</a>.</li>
-->
<li>Updated
<a href="#jsonldprocessor" class="sectionRef"></a> and
<a href="#jsonldoptions" class="sectionRef"></a>
Expand Down