shaka-player
Version:
DASH/EME video player library
25 lines (19 loc) • 432 B
JavaScript
/*! @license
* Shaka Player
* Copyright 2016 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @fileoverview Externs for ARIA properties which are missing from the Closure
* compiler.
*
* @externs
*/
/** @type {string} */
Element.prototype.ariaLabel;
/** @type {string} */
Element.prototype.ariaPressed;
/** @type {string} */
Element.prototype.ariaSelected;
/** @type {string} */
Element.prototype.ariaHidden;