Re: [whatwg/dom] Adoption and DocumentFragment, part two (#819)

@bigopon commented on this pull request.



> + <li>
+  <p>If <var>node</var> is a {{DocumentFragment}} <a for=/>node</a> and its
+  <a for=DocumentFragment>host</a> is non-null, then return <var>node</var>.
+
+  <p class=note>Unfortunately this does not throw for web compatibility.

What does "does not throw for web compatibility" mean? Any one who employs `template.content` node adoption before will now face with breakage with the sudden change of "whose host is non-null, then return".

If we no longer guarantee old API evolves without breaking, how do I find some rule of thumbs what is dangerous and what is not? An example issue is here https://github.com/aurelia/aurelia/issues/1264

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/819#pullrequestreview-1155555143
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/dom/pull/819/review/1155555143@github.com>

Received on Tuesday, 25 October 2022 21:52:27 UTC