Skip to content

Commit

Permalink
Removes stray > added when modernizing vars
Browse files Browse the repository at this point in the history
  • Loading branch information
wolenetz committed Jul 31, 2021
1 parent b2d722f commit a8ced83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media-source-respec.html
Original file line number Diff line number Diff line change
Expand Up @@ -1538,7 +1538,7 @@ <h4><dfn>Initialization Segment Received</dfn></h4>
<li>Set |active track flag| to true.</li>
</ol>
</li>
<li>Add |new audio track|> to the {{SourceBuffer/audioTracks}} attribute on this <a>SourceBuffer</a> object.
<li>Add |new audio track| to the {{SourceBuffer/audioTracks}} attribute on this <a>SourceBuffer</a> object.
<p class="note">
This should trigger {{AudioTrackList}} [[HTML]] logic to <a def-id="queue-and-fire-media-addtrack-with-track-attr-initialized-to"></a> |new audio track|, at the {{AudioTrackList}} object referenced by the {{SourceBuffer/audioTracks}} attribute on this <a>SourceBuffer</a> object.
</p>
Expand Down

0 comments on commit a8ced83

Please sign in to comment.