Skip to content

Commit 08b5b7e

Browse files
committedMar 12, 2025·
explicitly refer to step 3.16 in change marker
1 parent bdde251 commit 08b5b7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1998,7 +1998,7 @@ <h3>Algorithm</h3>
19981998
<div id="change_pr639" class="candidate correction">
19991999
<span class="marker">Candidate Correction 8</span>
20002000
<p>Simplify the algorithm by handling the <a>default base direction</a>
2001-
once and for all in this step, rather than in each iteration at the end of the next step.
2001+
once and for all in this step, rather than <a href="#alg-inv-defaul-base-dir">in each iteration</a>.
20022002
For more information, refer to <a href="https://github.com/w3c/json-ld-api/issues/633">issue 633</a>.
20032003
</p>
20042004
</div>
@@ -2123,7 +2123,7 @@ <h3>Algorithm</h3>
21232123
being processed.</li>
21242124
</ol>
21252125
</li>
2126-
<li class="changed">
2126+
<li id="alg-inv-defaul-base-dir" class="changed">
21272127
<ins cite="#change_pr639"><em>(this step was removed by a <a href="#change_pr639">candidate correction</a>)</em></ins>
21282128
<del cite="#change_pr639">
21292129
Otherwise, if <var>active context</var> has a

0 commit comments

Comments
 (0)
Please sign in to comment.