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
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1512,12 +1512,12 @@ A [=blob URL store=] is a [=map=]
1512
1512
where [=map/keys=] are [=valid URL strings=]
1513
1513
and [=map/values=] are [=blob URL Entries=].
1514
1514
1515
-
A <dfn export>blob URL entry</dfn> consists of an <i>object</i> (of type{{Blob}} or
1516
-
{{MediaSource}}), and an <dfn export for="blob URL entry">environment</dfn> (an
1515
+
A <dfn export>blob URL entry</dfn> consists of an <dfn for="blob URL entry">object</dfn> (of type
1516
+
{{Blob}} or {{MediaSource}}), and an <dfn export for="blob URL entry">environment</dfn> (an
1517
1517
[=environment settings object=]).
1518
1518
1519
-
Note: Specifications must use the [=obtain a blob object=] algorithm to access a
1520
-
[=blob URL entry=]'s <i>object</i>.
1519
+
Note: Specifications have to use the [=obtain a blob object=] algorithm to access a
1520
+
[=blob URL entry=]'s [=blob URL entry/object=].
1521
1521
1522
1522
[=map/Keys=] in the [=blob URL store=] (also known as <dfn lt="blob URL|object URL" export>blob URLs</dfn>)
1523
1523
are [=valid URL strings=] that when [=URL parser|parsed=]
@@ -1531,7 +1531,7 @@ To <dfn export id=blob-url-obtain-object>obtain a blob object</dfn> given a [=bl
1531
1531
1. Let |isAuthorized| be true.
1532
1532
1. If |environment| is not the string "`navigation`", then set |isAuthorized| to the result of [=checking for same-partition blob URL usage=] with |blobUrlEntry| and |environment|.
1533
1533
1. If |isAuthorized| is false, then return failure.
0 commit comments