Skip to content

Commit

Permalink
Merge pull request #1025 from jan-ivar/potentiallyplaying
Browse files Browse the repository at this point in the history
Missed a spot that should use HTMLMediaElement's potentially playing definition
  • Loading branch information
youennf authored Dec 19, 2024
2 parents 97bb70a + 83e2e36 commit 860ef93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions getusermedia.html
Original file line number Diff line number Diff line change
Expand Up @@ -2418,8 +2418,8 @@ <h2>MediaStreams in Media Elements</h2>
</td>
<td>{{double}}</td>
<td>Any non-negative integer. The initial value is <code>0</code> and
the values increments linearly in real time whenever the stream is
playing.</td>
the values increments linearly in real time whenever the element is
[=media element/potentially playing=].</td>
<td>
The value is the <a data-cite=
"!HTML/#official-playback-position">
Expand Down

0 comments on commit 860ef93

Please sign in to comment.