From df520f824a0f5b705059855a602d47590629b2aa Mon Sep 17 00:00:00 2001
From: Domenic Denicola
If form is not connected, then return.
+ +This check is currently under discussion, and may be + either removed or expanded. See issue + #2615 and issue #2708.
+Let form document be the form's node document.
If form document is not connected, has - no associated browsing context, or its active - sandboxing flag set has its sandboxed forms browsing context flag set, then - abort these steps without doing anything.
If form document has no associated browsing context, or its active sandboxing flag + set has its sandboxed forms browsing context flag set, then return.
Let form browsing context be the browsing context of form document.