gecko-dev/dom/media/webvtt
James Teh 18d9c07c0b Bug 1622995: Expose video controls to a11y even when visually hidden. r=MarcoZ,Gijs,heycam
This required a change to vtt.jsm because it previously used clientHeight to determine whether the controls were showing.
Now that the controls are visually hidden but not display: none, that doesn't work because clientHeight can be > 0 even when the controls are visually hidden.
The hidden attribute is now used instead.

Differential Revision: https://phabricator.services.mozilla.com/D87403
2020-08-20 09:06:09 +00:00
..
tests
WebVTTParserWrapper.jsm
components.conf
moz.build
nsIWebVTTListener.idl
nsIWebVTTParserWrapper.idl
package.json
update-webvtt.js
vtt.jsm Bug 1622995: Expose video controls to a11y even when visually hidden. r=MarcoZ,Gijs,heycam 2020-08-20 09:06:09 +00:00