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.bs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -77,8 +77,8 @@ User Agents determine whether or not to assist the user to provide an origin-bou
77
77
1. If |otc|'s embedded origin is not [=same site=] with |doc|'s [=Document/origin=], return failure.
78
78
1. Set |context| to its [=parent browsing context=].
79
79
1. While |context| is not a [=top-level browsing context=], run these steps:
80
-
1. If |context|'s [=active document=]'s [=Document/origin=] is neither [=same origin=] with |otc|'s embedded origin nor |otc|'s top-level origin, set |match type| to `"site"`.
81
-
1. If |context|'s [=active document=]'s [=Document/origin=] is neither [=same site=] with |otc|'s embedded origin nor |otc|'s top-level origin, return failure.
80
+
1. If |context|'s [=active document=]'s [=Document/origin=] is [=same origin=] with neither |otc|'s embedded origin nor |otc|'s top-level origin, set |match type| to `"site"`.
81
+
1. If |context|'s [=active document=]'s [=Document/origin=] is [=same site=] with neither |otc|'s embedded origin nor |otc|'s top-level origin, return failure.
82
82
1. Set |context| to its [=parent browsing context=].
83
83
1. If |context| is not a [=top-level browsing context=], return failure.
84
84
1. If |context|'s [=active document=]'s [=Document/origin=] is [=same origin=] with |otc|'s top-level origin, return |match type|.
0 commit comments