Skip to content

Commit

Permalink
Adds instructions for audio and video
Browse files Browse the repository at this point in the history
  • Loading branch information
cayb0rg committed Aug 2, 2023
1 parent 86ab5ce commit 505f699
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/player.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ <h1 id="question" ng-bind-html="title"></h1>
ng-mouseenter="hands.thisRaised = true"
ng-mouseleave="hands.thisRaised = false"
ng-focus="hands.thisRaised = true"
aria-label="{{answers[0].text}}"
aria-label="{{answers[0].text}}. Use the arrow keys to navigate to the {{answers[0].options.asset.type}}."
focus-me="selectedChoice == 0"
ng-blur="hands.thisRaised = false"
aria-hidden="{{question.selected || lightboxTarget >= 0}}"
Expand Down Expand Up @@ -245,7 +245,7 @@ <h1 id="question" ng-bind-html="title"></h1>
ng-mouseenter="hands.thatRaised = true"
ng-mouseleave="hands.thatRaised = false"
ng-focus="hands.thatRaised = true"
aria-label="{{answers[1].text}}"
aria-label="{{answers[1].text}}. Use the arrow keys to navigate to the {{answers[1].options.asset.type}}."
focus-me="selectedChoice == 1"
ng-blur="hands.thatRaised = false" aria-hidden="{{question.selected || lightboxTarget >= 0}}"
ng-attr-inert="{{question.selected || lightboxTarget >= 0 ? 'true' : undefined}}">Select</button>
Expand Down

0 comments on commit 505f699

Please sign in to comment.