Skip to content

Commit 172251c

Browse files
committed
Address review feedback
1 parent 2939e93 commit 172251c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

index.bs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1526,13 +1526,12 @@ an [=empty host=], and a [=url/path=] consisting of one element itself also a [=
15261526

15271527
<div algorithm="obtainBlobObject">
15281528
To <dfn export id=blob-url-obtain-object>obtain a blob object</dfn> given a [=blob URL entry=]
1529-
|blobUrlEntry| and an [=environment settings object=], the string "`navigation`", or the string
1530-
"`top-level-self-fetch`" |environment|, perform the following steps. They return an [=blob URL entry/object=].
1529+
|blobUrlEntry| and an [=environment settings object=], "`navigation`", or "`top-level-self-fetch`"
1530+
|environment|, perform the following steps. They return an [=blob URL entry/object=].
15311531

15321532
1. Let |isAuthorized| be true.
1533-
1. If |environment| is not the string "`navigation`" and not the string "`top-level-self-fetch`",
1534-
then set |isAuthorized| to the result of [=checking for same-partition blob URL usage=] with
1535-
|blobUrlEntry| and |environment|.
1533+
1. If |environment| is an [=environment settings object=], then set |isAuthorized| to the result of
1534+
[=checking for same-partition blob URL usage=] with |blobUrlEntry| and |environment|.
15361535
1. If |isAuthorized| is false, then return failure.
15371536
1. Return |blobUrlEntry|'s [=blob URL entry/object=].
15381537

0 commit comments

Comments
 (0)