Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use bullets for list of substantive changes #353

Merged
merged 2 commits into from
Apr 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 20 additions & 9 deletions media-source-respec.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,26 @@
</section>
<section id="sotd">
<p>
On top of editorial updates, substantives changes since publication as a W3C Recommendation
in <a href="https://www.w3.org/TR/2016/REC-media-source-20161117/">November 2016</a> are
the addition of a {{SourceBuffer/changeType()}} method to switch codecs, the possibility to
create and use {{MediaSource}} objects off the main thread in dedicated workers, the
removal of the {{URL/createObjectURL()}} extension to the {{URL}} object following its
integration in the File API [[FILEAPI]], and the addition of {{ManagedMediaSource}},
{{ManagedSourceBuffer}}, and {{BufferedChangeEvent}} interfaces supporting power-efficient
streaming and active buffered media cleanup by the user agent. For a full list of changes
done since the previous version, see the <a href=
On top of editorial updates, substantive changes since publication as a W3C Recommendation
in <a href="https://www.w3.org/TR/2016/REC-media-source-20161117/">November 2016</a> are:
</p>
<ul>
<li>the addition of a {{SourceBuffer/changeType()}} method to switch among codecs or
bytestreams
</li>
<li>the possibility to create and use {{MediaSource}} objects off the main thread in
dedicated workers
</li>
<li>the removal of the {{URL/createObjectURL()}} extension to the {{URL}} object following
its integration in the File API [[FILEAPI]]
</li>
<li>the addition of {{ManagedMediaSource}}, {{ManagedSourceBuffer}}, and
{{BufferedChangeEvent}} interfaces supporting power-efficient streaming and active buffered
media cleanup by the user agent
</li>
</ul>
<p>
For a full list of changes made since the previous version, see the <a href=
"https://github.com/w3c/media-source/commits/main">commits</a>.
</p>
<p>
Expand Down
Loading