UNPKG

shaka-player

Version:
25 lines (19 loc) 432 B
/*! @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;