Skip to content

Commit

Permalink
Clarify that seekOffset, if present, should be positive. (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
youennf authored Sep 18, 2023
1 parent 2b9aa44 commit ffe2168
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1253,7 +1253,8 @@ The <dfn dict-member for="MediaSessionActionDetails">seekOffset</dfn>
<a>dictionary member</a> MAY be provided when the <a>media session action</a>
is <a enum-value for=MediaSessionAction>seekbackward</a> or
<a enum-value for=MediaSessionAction>seekforward</a>. It is the time in seconds
to move the playback time by. If it is not provided then the site should choose
to move the playback time by. If present, it should always be positive.
If it is not provided then the site should choose
a sensible time (e.g. a few seconds).

When the <a>media session action</a> is
Expand Down

0 comments on commit ffe2168

Please sign in to comment.