Skip to content

Commit

Permalink
docs: Update Label documentation (#5518)
Browse files Browse the repository at this point in the history
Closes #5019
  • Loading branch information
avelad authored and joeyparrish committed Aug 30, 2023
1 parent f2bc73e commit 1f1d057
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/externs/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,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
Expand Down

0 comments on commit 1f1d057

Please sign in to comment.