Skip to content

Commit 3ee32eb

Browse files
committed
Grammar.
1 parent 2391604 commit 3ee32eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ User Agents determine whether or not to assist the user to provide an origin-bou
7777
1. If |otc|'s embedded origin is not [=same site=] with |doc|'s [=Document/origin=], return failure.
7878
1. Set |context| to its [=parent browsing context=].
7979
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.
8282
1. Set |context| to its [=parent browsing context=].
8383
1. If |context| is not a [=top-level browsing context=], return failure.
8484
1. If |context|'s [=active document=]'s [=Document/origin=] is [=same origin=] with |otc|'s top-level origin, return |match type|.

0 commit comments

Comments
 (0)