You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4647,7 +4647,7 @@ <h3>Algorithm</h3>
4647
4647
with a new <a>map</a> consisting of a single <a>entry</a><code>@id</code> whose value is <var>id</var>, if it does not exist.</li>
4648
4648
<li>For each <var>property</var> and <var>values</var> in <var>node</var>:
4649
4649
<ol>
4650
-
<li>If <var>property</var> is a <a>keyword</a>, add <var>property</var> and values to <var>merged node</var>.</li>
4650
+
<liid='alg-merge-node-maps-2_2_1'>If <var>property</var> is a <a>keyword</a><spanclass="changed">other than `@type`</span>, add <var>property</var> and values to <var>merged node</var>.</li>
4651
4651
<li>Otherwise, merge each element from <var>values</var> into the values for <var>property</var>
4652
4652
in <var>merged node</var>, initializing it to an empty <a>array</a> if necessary.</li>
4653
4653
</ol>
@@ -6981,6 +6981,10 @@ <h2>Changes since Candidate Release of 05 March 2020</h2>
0 commit comments