Re: [w3c/FileAPI] Further integrate MediaSource documentation (#115)

annevk commented on this pull request.



> @@ -1586,11 +1586,10 @@ or otherwise return null.
 </table>
 
 <h2 id=url>
-A URL for Blob and File reference</h2>
+A URL for Blob, File and MediaSource reference</h2>

Let's remove File (below too). We generally don't mention subclasses specifically.

> @@ -1599,10 +1598,10 @@ Introduction</h3>
 
 [=Blob URL|Blob (or object) URLs=] are URLs like
 `blob:http://example.com/550e8400-e29b-41d4-a716-446655440000`.
-This enables integration of {{Blob}}s and {{File}}s with other Web Platform APIs
-that are only designed to be used with URLs, such as the <{img}> element.
-[=Blob URLs=] can also be used to navigate to as well as to trigger downloads of
-locally generated data.
+This enables integration of {{Blob}}s, {{File}}s and {{MediaSource}}s with other
+Web Platform APIs that are only designed to be used with URLs, such as the

Maybe remove "Web Platform" while you're here?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/FileAPI/pull/115#pullrequestreview-199060963

Received on Friday, 1 February 2019 12:57:46 UTC