Skip to content

Commit b54c5ef

Browse files
Use bullets for list of substantive changes (#353)
Co-authored-by: Marcos Cáceres <[email protected]>
1 parent eaa1f91 commit b54c5ef

File tree

1 file changed

+20
-9
lines changed

1 file changed

+20
-9
lines changed

media-source-respec.html

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,26 @@
7474
</section>
7575
<section id="sotd">
7676
<p>
77-
On top of editorial updates, substantives changes since publication as a W3C Recommendation
78-
in <a href="https://www.w3.org/TR/2016/REC-media-source-20161117/">November 2016</a> are
79-
the addition of a {{SourceBuffer/changeType()}} method to switch codecs, the possibility to
80-
create and use {{MediaSource}} objects off the main thread in dedicated workers, the
81-
removal of the {{URL/createObjectURL()}} extension to the {{URL}} object following its
82-
integration in the File API [[FILEAPI]], and the addition of {{ManagedMediaSource}},
83-
{{ManagedSourceBuffer}}, and {{BufferedChangeEvent}} interfaces supporting power-efficient
84-
streaming and active buffered media cleanup by the user agent. For a full list of changes
85-
done since the previous version, see the <a href=
77+
On top of editorial updates, substantive changes since publication as a W3C Recommendation
78+
in <a href="https://www.w3.org/TR/2016/REC-media-source-20161117/">November 2016</a> are:
79+
</p>
80+
<ul>
81+
<li>the addition of a {{SourceBuffer/changeType()}} method to switch among codecs or
82+
bytestreams
83+
</li>
84+
<li>the possibility to create and use {{MediaSource}} objects off the main thread in
85+
dedicated workers
86+
</li>
87+
<li>the removal of the {{URL/createObjectURL()}} extension to the {{URL}} object following
88+
its integration in the File API [[FILEAPI]]
89+
</li>
90+
<li>the addition of {{ManagedMediaSource}}, {{ManagedSourceBuffer}}, and
91+
{{BufferedChangeEvent}} interfaces supporting power-efficient streaming and active buffered
92+
media cleanup by the user agent
93+
</li>
94+
</ul>
95+
<p>
96+
For a full list of changes made since the previous version, see the <a href=
8697
"https://github.com/w3c/media-source/commits/main">commits</a>.
8798
</p>
8899
<p>

0 commit comments

Comments
 (0)