Skip to content

Commit a6ede97

Browse files
committed
Update step 12.8.1 of the Compaction Algorithm to add values to <var>nest result</var> instead of <var>result</var> as was originally intended.
Fixes #403.
1 parent 988d2f7 commit a6ede97

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

index.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3852,8 +3852,8 @@ <h3>Algorithm</h3>
38523852
using <var>as array</var>.</li>
38533853
</ol>
38543854
</li>
3855-
<li class="changed">Otherwise, use <a>add value</a> to add <var>compacted item</var>
3856-
to the <var>item active property</var> entry in <var>result</var>
3855+
<li id="alg-compact-12_8_10" class="changed">Otherwise, use <a>add value</a> to add <var>compacted item</var>
3856+
to the <var>item active property</var> entry in <var>nest result</var>
38573857
using <var>as array</var>.</li>
38583858
</ol>
38593859
</li>
@@ -6976,7 +6976,11 @@ <h2>Changes since Candidate Release of 05 March 2020</h2>
69766976
and <a href="#value-compaction">Value Compaction</a> algorithms,
69776977
but is retrieved from the <a data-lt="context-inverse">inverse context</a> field
69786978
within an <a>active context</a>, and initialized as necessary.
6979-
This simplifies calling sequences and better represents actual implementation experience.
6979+
This simplifies calling sequences and better represents actual implementation experience.</li>
6980+
<li>Update step <a href="#alg-compact-12_8_10">12.8.1</a> of the
6981+
<a href="#compaction-algorithm">Compaction Algorithm</a>
6982+
to add values to <var>nest result</var> instead of <var>result</var>
6983+
as was originally intended.</li>
69806984
</ul>
69816985
</section>
69826986
<section id="ack"

0 commit comments

Comments
 (0)