Accessibility/IA2 1.3: Difference between revisions

(added the need to support text descriptions)
Line 257: Line 257:
We therefore need a means for the screenreader to reach back to the browser and pause the video playback until it finishes reading.
We therefore need a means for the screenreader to reach back to the browser and pause the video playback until it finishes reading.


HTML5 has JavaScript interfaces for this to happen, in particular the "pauseOnExit" attribute and the play() function, which will allow the kind of interaction that is required. This needs to be worked out for IA2.
HTML5 has JavaScript interfaces for this to happen, in particular the "pauseOnExit" attribute and the play() function, which will allow the kind of interaction that is required. This needs to be worked out for IA2 so we can have a fully automated way of pausing/resuming of a text description experience.