Skip to content

Commit

Permalink
#605 Replace change_5 with change_6, to disambiguate against anot…
Browse files Browse the repository at this point in the history
…her PR
  • Loading branch information
anatoly-scherbakov committed Jan 26, 2025
1 parent 5d1a03f commit b01d0d2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5713,8 +5713,8 @@ <h3>Algorithm</h3>
is used instead of looking at the HTTP Link Header directly. For the sake of simplicity, none of the algorithms
in this document mention this directly.</p>

<div class="candidate correction" id="change_5">
<span class="marker">Candidate Correction 5</span>
<div class="candidate correction" id="change_6">
<span class="marker">Candidate Correction 6</span>
<p>Details about transforming to and from a given serialization format
have been abstracted so that other specifications can define
serialization and deserialization requirements for their specific formats.
Expand All @@ -5731,7 +5731,7 @@ <h3>Algorithm</h3>
<p>For more information, refer to <a href="https://github.com/w3c/json-ld-api/issues/605">issue 605</a>.</p>
</div>

<ins cite="#change_5"><p>Methods resolving a {{Promise}} with the <a>internal representation</a>
<ins cite="#change_6"><p>Methods resolving a {{Promise}} with the <a>internal representation</a>
MUST either
map it to the datatype used by the implementation, as described in <a href="#internal-representation-in-implementations" class="sectionRef"></a>,
or serialize it to JSON (or another appropriate serialization format)
Expand Down Expand Up @@ -5841,7 +5841,7 @@ <h3>Algorithm</h3>
to the provided <var>context</var>.</li>
</ol>
</li>
<li id="idl-compact-step-10">Resolve the <var>promise</var> with <var>compacted output</var><del cite="#change_5">
<li id="idl-compact-step-10">Resolve the <var>promise</var> with <var>compacted output</var><del cite="#change_6">
transforming <var>compacted output</var> from the
<a>internal representation</a> to a JSON serialization</del>.</li>
</ol>
Expand Down Expand Up @@ -5929,7 +5929,7 @@ <h3>Algorithm</h3>
set <var>expanded output</var> to an <a>array</a> containing only <var>expanded output</var>.</li>
</ol>
</li>
<li id="idl-expand-step-9">Resolve the <var>promise</var> with <var>expanded output</var><del cite="#change_5">
<li id="idl-expand-step-9">Resolve the <var>promise</var> with <var>expanded output</var><del cite="#change_6">
transforming <var>expanded output</var> from the
<a>internal representation</a> to a JSON serialization</del>.</li>
</ol>
Expand Down Expand Up @@ -5993,7 +5993,7 @@ <h3>Algorithm</h3>
otherwise to <code>null</code>.</li>
</ol>
</li>
<li id="idl-flatten-step-7">Resolve the <var>promise</var> with <var>flattened output</var><del cite="#change_5">
<li id="idl-flatten-step-7">Resolve the <var>promise</var> with <var>flattened output</var><del cite="#change_6">
transforming <var>flattened output</var> from the
<a>internal representation</a> to a JSON serialization</del>.</li>
</ol>
Expand Down Expand Up @@ -6033,7 +6033,7 @@ <h3>Algorithm</h3>
<a href="#serialize-rdf-as-json-ld-algorithm">Serialize RDF as JSON-LD Algorithm</a> method
using <a data-lt="jsonldprocessor-fromRdf-input">dataset</a>
and <a data-lt="jsonldprocessor-fromRdf-options">options</a>.</li>
<li id="idl-fromRdf-step-3">Resolve the <var>promise</var> with <var>expanded result</var><del cite="#change_5">
<li id="idl-fromRdf-step-3">Resolve the <var>promise</var> with <var>expanded result</var><del cite="#change_6">
transforming <var>expanded output</var> from the
<a>internal representation</a> to a JSON serialization</del>.</li>
</ol>
Expand Down Expand Up @@ -6226,7 +6226,7 @@ <h4>Internal Representation in Implementations</h4>

<section id="serialization-and-deserialization">
<h4>Serialization and Deserialization</h4>
<ins cite="#change_5">
<ins cite="#change_6">

<p>This section defines the requirements for serializing and deserializing
JSON from and to the <a>internal representation</a>, as appropriate,
Expand Down Expand Up @@ -6257,7 +6257,7 @@ <h4>Serialization and Deserialization</h4>
</dd>
</dl>
</ins>
<del cite="#change_5">This section left intentially blank.</del>
<del cite="#change_6">This section left intentially blank.</del>
</section>
</section>

Expand Down Expand Up @@ -7052,7 +7052,7 @@ <h2>Change log</h2>
as described in <a href="#change_4">Candidate Correction 4</a>.</li>
<li>2024-10-31: Abstract JSON serialization from WebIDL interfaces to allow
for alternative formats,
as described in <a href="#change_5">Candidate Correction 5</a></li>
as described in <a href="#change_6">Candidate Correction 5</a></li>
</ul>
</details>

Expand Down

0 comments on commit b01d0d2

Please sign in to comment.