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
In the adoptNode() steps, step 3 says "If node is a DocumentFragment node whose host is non-null, then return.", but the interface defines adoptNode() as always returning a node. Shouldn't step 3 either return node or throw, or am I missing something from IDL that would allow returning nothing?
The text was updated successfully, but these errors were encountered:
In the adoptNode() steps, step 3 says "If node is a DocumentFragment node whose host is non-null, then return.", but the interface defines
adoptNode()
as always returning a node. Shouldn't step 3 either return node or throw, or am I missing something from IDL that would allow returning nothing?The text was updated successfully, but these errors were encountered: