Skip to content

Commit a6209f1

Browse files
author
Brian Drake
committed
Refactor blob URL store definition
In the blob URL store definition, values are directly defined as blob URL entries, but the keys definition is illogically split over two paragraphs. This change fixes that (and fixes a minor capitalization error).
1 parent 77b2086 commit a6209f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1509,8 +1509,8 @@ All URLs are revoked when the global that created the URL itself goes away.
15091509

15101510
Each user agent must maintain a <dfn id="BlobURLStore" export>blob URL store</dfn>.
15111511
A [=blob URL store=] is a [=map=]
1512-
where [=map/keys=] are [=valid URL strings=]
1513-
and [=map/values=] are [=blob URL Entries=].
1512+
where [=map/keys=] are [=blob URLs=]
1513+
and [=map/values=] are [=blob URL entries=].
15141514

15151515
A <dfn export>blob URL entry</dfn> consists of an <dfn for="blob URL entry">object</dfn> (of type
15161516
{{Blob}} or {{MediaSource}}), and an <dfn export for="blob URL entry">environment</dfn> (an
@@ -1519,7 +1519,7 @@ A <dfn export>blob URL entry</dfn> consists of an <dfn for="blob URL entry">obje
15191519
Note: Specifications have to use the [=obtain a blob object=] algorithm to access a
15201520
[=blob URL entry=]'s [=blob URL entry/object=].
15211521

1522-
[=map/Keys=] in the [=blob URL store=] (also known as <dfn lt="blob URL|object URL" export>blob URLs</dfn>)
1522+
<dfn lt="blob URL|object URL" export>Blob URLs</dfn>
15231523
are [=valid URL strings=] that when [=URL parser|parsed=]
15241524
result in a [=/URL=] with a [=url/scheme=] equal to "`blob`",
15251525
an [=empty host=], and a [=url/path=] consisting of one element itself also a [=valid URL string=].

0 commit comments

Comments
 (0)