Skip to content

Commit def68a1

Browse files
#605 Replace #change_5 with #change_7
1 parent 1bfdba4 commit def68a1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

index.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -5713,7 +5713,7 @@ <h3>Algorithm</h3>
57135713
is used instead of looking at the HTTP Link Header directly. For the sake of simplicity, none of the algorithms
57145714
in this document mention this directly.</p>
57155715

5716-
<div class="candidate correction" id="change_6">
5716+
<div class="candidate correction" id="change_7">
57175717
<span class="marker">Candidate Correction 6</span>
57185718
<p>Details about transforming to and from a given serialization format
57195719
have been abstracted so that other specifications can define
@@ -5731,7 +5731,7 @@ <h3>Algorithm</h3>
57315731
<p>For more information, refer to <a href="https://github.com/w3c/json-ld-api/issues/605">issue 605</a>.</p>
57325732
</div>
57335733

5734-
<ins cite="#change_6"><p>Methods resolving a {{Promise}} with the <a>internal representation</a>
5734+
<ins cite="#change_7"><p>Methods resolving a {{Promise}} with the <a>internal representation</a>
57355735
MUST either
57365736
map it to the datatype used by the implementation, as described in <a href="#internal-representation-in-implementations" class="sectionRef"></a>,
57375737
or serialize it to JSON (or another appropriate serialization format)
@@ -5841,7 +5841,7 @@ <h3>Algorithm</h3>
58415841
to the provided <var>context</var>.</li>
58425842
</ol>
58435843
</li>
5844-
<li id="idl-compact-step-10">Resolve the <var>promise</var> with <var>compacted output</var><del cite="#change_6">
5844+
<li id="idl-compact-step-10">Resolve the <var>promise</var> with <var>compacted output</var><del cite="#change_7">
58455845
transforming <var>compacted output</var> from the
58465846
<a>internal representation</a> to a JSON serialization</del>.</li>
58475847
</ol>
@@ -5929,7 +5929,7 @@ <h3>Algorithm</h3>
59295929
set <var>expanded output</var> to an <a>array</a> containing only <var>expanded output</var>.</li>
59305930
</ol>
59315931
</li>
5932-
<li id="idl-expand-step-9">Resolve the <var>promise</var> with <var>expanded output</var><del cite="#change_6">
5932+
<li id="idl-expand-step-9">Resolve the <var>promise</var> with <var>expanded output</var><del cite="#change_7">
59335933
transforming <var>expanded output</var> from the
59345934
<a>internal representation</a> to a JSON serialization</del>.</li>
59355935
</ol>
@@ -5993,7 +5993,7 @@ <h3>Algorithm</h3>
59935993
otherwise to <code>null</code>.</li>
59945994
</ol>
59955995
</li>
5996-
<li id="idl-flatten-step-7">Resolve the <var>promise</var> with <var>flattened output</var><del cite="#change_6">
5996+
<li id="idl-flatten-step-7">Resolve the <var>promise</var> with <var>flattened output</var><del cite="#change_7">
59975997
transforming <var>flattened output</var> from the
59985998
<a>internal representation</a> to a JSON serialization</del>.</li>
59995999
</ol>
@@ -6033,7 +6033,7 @@ <h3>Algorithm</h3>
60336033
<a href="#serialize-rdf-as-json-ld-algorithm">Serialize RDF as JSON-LD Algorithm</a> method
60346034
using <a data-lt="jsonldprocessor-fromRdf-input">dataset</a>
60356035
and <a data-lt="jsonldprocessor-fromRdf-options">options</a>.</li>
6036-
<li id="idl-fromRdf-step-3">Resolve the <var>promise</var> with <var>expanded result</var><del cite="#change_6">
6036+
<li id="idl-fromRdf-step-3">Resolve the <var>promise</var> with <var>expanded result</var><del cite="#change_7">
60376037
transforming <var>expanded output</var> from the
60386038
<a>internal representation</a> to a JSON serialization</del>.</li>
60396039
</ol>
@@ -6226,7 +6226,7 @@ <h4>Internal Representation in Implementations</h4>
62266226

62276227
<section id="serialization-and-deserialization">
62286228
<h4>Serialization and Deserialization</h4>
6229-
<ins cite="#change_6">
6229+
<ins cite="#change_7">
62306230

62316231
<p>This section defines the requirements for serializing and deserializing
62326232
JSON from and to the <a>internal representation</a>, as appropriate,
@@ -6257,7 +6257,7 @@ <h4>Serialization and Deserialization</h4>
62576257
</dd>
62586258
</dl>
62596259
</ins>
6260-
<del cite="#change_6">This section left intentially blank.</del>
6260+
<del cite="#change_7">This section left intentially blank.</del>
62616261
</section>
62626262
</section>
62636263

@@ -7052,7 +7052,7 @@ <h2>Change log</h2>
70527052
as described in <a href="#change_4">Candidate Correction 4</a>.</li>
70537053
<li>2024-10-31: Abstract JSON serialization from WebIDL interfaces to allow
70547054
for alternative formats,
7055-
as described in <a href="#change_6">Candidate Correction 5</a></li>
7055+
as described in <a href="#change_7">Candidate Correction 7</a></li>
70567056
</ul>
70577057
</details>
70587058

0 commit comments

Comments
 (0)