[Bug 19594] remove "BLOB" from url usage for createObjectURL()

https://www.w3.org/Bugs/Public/show_bug.cgi?id=19594

Harald Alvestrand <harald@alvestrand.no> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |harald@alvestrand.no

--- Comment #1 from Harald Alvestrand <harald@alvestrand.no> ---
This ties in with the topic of direct assignment of a mediastream as a media
source. The reuse of the word "blob" can mislead people into thinking that the
minted URL can be used for anything except assigning to a mediaelement's src
attribute. It can't - in particular "the data exposed" doesn't make senses.

Calling it a "Stream URL" doesn't help as long as that isn't defined eitehr.

Suggest removing the word "blob" and just saying "an URL", and stating that its
only required valid use is for assigning to an HTMLMediaElement.src attribute,
removing the sentence about "data exposed on that stream".

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

Received on Monday, 25 March 2013 10:59:06 UTC