From 561e401bc5bd1afec5a090171708bcd934fe5907 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Velad=20Galv=C3=A1n?= Date: Tue, 22 Aug 2023 10:53:11 +0200 Subject: [PATCH] docs: Update Label documentation (#5518) Closes https://github.com/shaka-project/shaka-player/issues/5019 --- ui/externs/ui.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/externs/ui.js b/ui/externs/ui.js index 4b9cad01b6..ec23381e9d 100644 --- a/ui/externs/ui.js +++ b/ui/externs/ui.js @@ -148,8 +148,8 @@ shaka.extern.UIVolumeBarColors; * ROLE means that only the role of the item is shown. * LANGUAGE_ROLE means both language and role are shown, or just language if * there is no role. - * LABEL means the non-standard DASH "label" attribute or the HLS "NAME" - * attribute are shown. + * LABEL means the non-standard DASH "label" attribute or the standard DASH + * "Label" element or the HLS "NAME" attribute are shown. * Defaults to LANGUAGE. * @property {number} fadeDelay * The delay (in seconds) before fading out the controls once the user stops