Skip to content

Commit

Permalink
Add TODO for a11y of timecode
Browse files Browse the repository at this point in the history
Issue #1861

Change-Id: I9bf7dc65883f9aa9b6853999a2c23a720919de26
  • Loading branch information
joeyparrish committed Apr 3, 2019
1 parent aeaa970 commit eb97e85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/presentation_time.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ shaka.ui.PresentationTimeTracker = class extends shaka.ui.Element {
this.currentTime_.textContent = '0:00';
this.parent.appendChild(this.currentTime_);

// TODO(#1861): This is not accessible, since it is just a clickable div.
this.eventManager.listen(this.currentTime_, 'click', () => {
// Jump to LIVE if the user clicks on the current time.
if (this.player.isLive()) {
Expand Down

0 comments on commit eb97e85

Please sign in to comment.