diff --git a/index.bs b/index.bs index 0859469..7abec80 100644 --- a/index.bs +++ b/index.bs @@ -1509,8 +1509,8 @@ All URLs are revoked when the global that created the URL itself goes away. Each user agent must maintain a blob URL store. A [=blob URL store=] is a [=map=] -where [=map/keys=] are [=valid URL strings=] -and [=map/values=] are [=blob URL Entries=]. +where [=map/keys=] are [=blob URLs=] +and [=map/values=] are [=blob URL entries=]. A blob URL entry consists of an object (of type {{Blob}} or {{MediaSource}}), and an environment (an @@ -1519,7 +1519,7 @@ A blob URL entry consists of an obje Note: Specifications have to use the [=obtain a blob object=] algorithm to access a [=blob URL entry=]'s [=blob URL entry/object=]. -[=map/Keys=] in the [=blob URL store=] (also known as blob URLs) +Blob URLs are [=valid URL strings=] that when [=URL parser|parsed=] result in a [=/URL=] with a [=url/scheme=] equal to "`blob`", an [=empty host=], and a [=url/path=] consisting of one element itself also a [=valid URL string=].