When you click the button it adds focus, which
will show the menu indefinitely.
So we'll remove focus when the mouse leaves the button.
Focus is needed for tab navigation.
diff --git a/docs/legacy-docs/api/big-play-button.html b/docs/legacy-docs/api/big-play-button.html
index 4765bb6f3..28619b632 100644
--- a/docs/legacy-docs/api/big-play-button.html
+++ b/docs/legacy-docs/api/big-play-button.html
@@ -1,6 +1,9 @@
Finds a single DOM element matching selector within the component's
contentEl or another custom context.
Parameters
name
Type
Required
Description
selector
String
yes
A valid CSS selector, which will be passed to querySelector.
context
Element|String
no
A DOM element within which to query. Can also be a selector
string in which case the first matching element will be used
diff --git a/docs/legacy-docs/api/button.html b/docs/legacy-docs/api/button.html
index 2328c1eae..5d22a28bb 100644
--- a/docs/legacy-docs/api/button.html
+++ b/docs/legacy-docs/api/button.html
@@ -1,6 +1,9 @@
Button
Finds a single DOM element matching selector within the component's
contentEl or another custom context.
Parameters
name
Type
Required
Description
selector
String
yes
A valid CSS selector, which will be passed to querySelector.
context
Element|String
no
A DOM element within which to query. Can also be a selector
string in which case the first matching element will be used
as context. If missing (or no element matches selector), falls
diff --git a/docs/legacy-docs/api/caption-settings-menu-item.html b/docs/legacy-docs/api/caption-settings-menu-item.html
index 987590972..5d46e68e0 100644
--- a/docs/legacy-docs/api/caption-settings-menu-item.html
+++ b/docs/legacy-docs/api/caption-settings-menu-item.html
@@ -1,6 +1,9 @@
CaptionSettingsMenuItem
Finds a single DOM element matching selector within the component's
contentEl or another custom context.
Parameters
name
Type
Required
Description
selector
String
yes
A valid CSS selector, which will be passed to querySelector.
context
Element|String
no
A DOM element within which to query. Can also be a selector
string in which case the first matching element will be used
as context. If missing (or no element matches selector), falls
diff --git a/docs/legacy-docs/api/captions-button.html b/docs/legacy-docs/api/captions-button.html
index 074fca386..538ca53a4 100644
--- a/docs/legacy-docs/api/captions-button.html
+++ b/docs/legacy-docs/api/captions-button.html
@@ -1,6 +1,9 @@
CaptionsButton
When you click the button it adds focus, which
will show the menu indefinitely.
So we'll remove focus when the mouse leaves the button.
Focus is needed for tab navigation.
diff --git a/docs/legacy-docs/api/captions-track.html b/docs/legacy-docs/api/captions-track.html
index 750a49635..67725e8da 100644
--- a/docs/legacy-docs/api/captions-track.html
+++ b/docs/legacy-docs/api/captions-track.html
@@ -9,8 +9,11 @@
-
+
+
+
This documentation is for an outdated version of Video.js. See documentation for the current release.
+
diff --git a/docs/legacy-docs/api/chapters-button.html b/docs/legacy-docs/api/chapters-button.html
index 5c23d0043..a65f16b19 100644
--- a/docs/legacy-docs/api/chapters-button.html
+++ b/docs/legacy-docs/api/chapters-button.html
@@ -1,6 +1,9 @@
The button component for toggling and selecting chapters
Chapters act much differently than other text tracks
Cues are navigation vs. other tracks of alternative languages
When you click the button it adds focus, which
will show the menu indefinitely.
diff --git a/docs/legacy-docs/api/chapters-track-menu-item.html b/docs/legacy-docs/api/chapters-track-menu-item.html
index 6882c069b..bf9b2c6a1 100644
--- a/docs/legacy-docs/api/chapters-track-menu-item.html
+++ b/docs/legacy-docs/api/chapters-track-menu-item.html
@@ -1,6 +1,9 @@
Finds a single DOM element matching selector within the component's
contentEl or another custom context.
Parameters
name
Type
Required
Description
selector
String
yes
A valid CSS selector, which will be passed to querySelector.
context
Element|String
no
A DOM element within which to query. Can also be a selector
string in which case the first matching element will be used
as context. If missing (or no element matches selector), falls
diff --git a/docs/legacy-docs/api/chapters-track.html b/docs/legacy-docs/api/chapters-track.html
index 750a49635..67725e8da 100644
--- a/docs/legacy-docs/api/chapters-track.html
+++ b/docs/legacy-docs/api/chapters-track.html
@@ -9,8 +9,11 @@
-
+
+
+
This documentation is for an outdated version of Video.js. See documentation for the current release.
+
diff --git a/docs/legacy-docs/api/clickable-component.html b/docs/legacy-docs/api/clickable-component.html
index 2ef31f2de..5d947017b 100644
--- a/docs/legacy-docs/api/clickable-component.html
+++ b/docs/legacy-docs/api/clickable-component.html
@@ -1,6 +1,9 @@
Finds a single DOM element matching selector within the component's
contentEl or another custom context.
Parameters
name
Type
Required
Description
selector
String
yes
A valid CSS selector, which will be passed to querySelector.
context
Element|String
no
A DOM element within which to query. Can also be a selector
string in which case the first matching element will be used
as context. If missing (or no element matches selector), falls
diff --git a/docs/legacy-docs/api/close-button.html b/docs/legacy-docs/api/close-button.html
index 0605cc948..d3ce7bcd5 100644
--- a/docs/legacy-docs/api/close-button.html
+++ b/docs/legacy-docs/api/close-button.html
@@ -1,6 +1,9 @@
CloseButton
Base UI Component class
Components are embeddable UI objects that are represented by both a
javascript object and an element in the DOM. They can be children of other
components, and can have many children themselves.
Finds a single DOM element matching selector within the component's
contentEl or another custom context.
Parameters
name
Type
Required
Description
selector
String
yes
A valid CSS selector, which will be passed to querySelector.
context
Element|String
no
A DOM element within which to query. Can also be a selector
string in which case the first matching element will be used
as context. If missing (or no element matches selector), falls
diff --git a/docs/legacy-docs/api/custom-control-spacer.html b/docs/legacy-docs/api/custom-control-spacer.html
index df18596a1..123b3a605 100644
--- a/docs/legacy-docs/api/custom-control-spacer.html
+++ b/docs/legacy-docs/api/custom-control-spacer.html
@@ -1,6 +1,9 @@
CustomControlSpacer
Finds a single DOM element matching selector within the component's
contentEl or another custom context.
Parameters
name
Type
Required
Description
selector
String
yes
A valid CSS selector, which will be passed to querySelector.
context
Element|String
no
A DOM element within which to query. Can also be a selector
string in which case the first matching element will be used
as context. If missing (or no element matches selector), falls
diff --git a/docs/legacy-docs/api/duration-display.html b/docs/legacy-docs/api/duration-display.html
index aaf3d79b1..42dfdf14d 100644
--- a/docs/legacy-docs/api/duration-display.html
+++ b/docs/legacy-docs/api/duration-display.html
@@ -1,6 +1,9 @@
DurationDisplay
Finds a single DOM element matching selector within the component's
contentEl or another custom context.
Parameters
name
Type
Required
Description
selector
String
yes
A valid CSS selector, which will be passed to querySelector.
context
Element|String
no
A DOM element within which to query. Can also be a selector
string in which case the first matching element will be used
as context. If missing (or no element matches selector), falls
diff --git a/docs/legacy-docs/api/error-display.html b/docs/legacy-docs/api/error-display.html
index 06d395c88..1a0c86cf5 100644
--- a/docs/legacy-docs/api/error-display.html
+++ b/docs/legacy-docs/api/error-display.html
@@ -1,6 +1,9 @@
ErrorDisplay
Gets or sets the modal content, which gets normalized before being
rendered into the DOM.
This does not update the DOM or fill the modal, but it is called during
diff --git a/docs/legacy-docs/api/flash.html b/docs/legacy-docs/api/flash.html
index 6a5db682e..5b4914f32 100644
--- a/docs/legacy-docs/api/flash.html
+++ b/docs/legacy-docs/api/flash.html
@@ -1,6 +1,9 @@
Get fullscreen support -
Flash does not allow fullscreen through javascript
diff --git a/docs/legacy-docs/api/fullscreen-toggle.html b/docs/legacy-docs/api/fullscreen-toggle.html
index 23d4c8651..b7f6c4a24 100644
--- a/docs/legacy-docs/api/fullscreen-toggle.html
+++ b/docs/legacy-docs/api/fullscreen-toggle.html
@@ -1,6 +1,9 @@
Finds a single DOM element matching selector within the component's
contentEl or another custom context.
Parameters
name
Type
Required
Description
selector
String
yes
A valid CSS selector, which will be passed to querySelector.
context
Element|String
no
A DOM element within which to query. Can also be a selector
string in which case the first matching element will be used
as context. If missing (or no element matches selector), falls
diff --git a/docs/legacy-docs/api/html-track-element.html b/docs/legacy-docs/api/html-track-element.html
index c0dd61544..2f1e94cdf 100644
--- a/docs/legacy-docs/api/html-track-element.html
+++ b/docs/legacy-docs/api/html-track-element.html
@@ -1,6 +1,9 @@
HTMLTrackElement
Get a TimeRange object that represents the intersection
of the time ranges for which the user agent has all
diff --git a/docs/legacy-docs/api/index.html b/docs/legacy-docs/api/index.html
index d13f91a2e..f2db2b7b7 100644
--- a/docs/legacy-docs/api/index.html
+++ b/docs/legacy-docs/api/index.html
@@ -8,8 +8,11 @@
-
+
+
+
This documentation is for an outdated version of Video.js. See documentation for the current release.
+
diff --git a/docs/legacy-docs/api/live-display.html b/docs/legacy-docs/api/live-display.html
index b4ec35dc8..4a8f4579e 100644
--- a/docs/legacy-docs/api/live-display.html
+++ b/docs/legacy-docs/api/live-display.html
@@ -1,6 +1,9 @@
Finds a single DOM element matching selector within the component's
contentEl or another custom context.
Parameters
name
Type
Required
Description
selector
String
yes
A valid CSS selector, which will be passed to querySelector.
context
Element|String
no
A DOM element within which to query. Can also be a selector
string in which case the first matching element will be used
diff --git a/docs/legacy-docs/api/load-progress-bar.html b/docs/legacy-docs/api/load-progress-bar.html
index 2417d4539..61c69c62b 100644
--- a/docs/legacy-docs/api/load-progress-bar.html
+++ b/docs/legacy-docs/api/load-progress-bar.html
@@ -1,6 +1,9 @@
LoadProgressBar
Finds a single DOM element matching selector within the component's
contentEl or another custom context.
Parameters
name
Type
Required
Description
selector
String
yes
A valid CSS selector, which will be passed to querySelector.
context
Element|String
no
A DOM element within which to query. Can also be a selector
string in which case the first matching element will be used
as context. If missing (or no element matches selector), falls
diff --git a/docs/legacy-docs/api/loader.html b/docs/legacy-docs/api/loader.html
index cdb5a66a6..f5ac73a17 100644
--- a/docs/legacy-docs/api/loader.html
+++ b/docs/legacy-docs/api/loader.html
@@ -1,6 +1,9 @@
MediaLoader
Finds a single DOM element matching selector within the component's
contentEl or another custom context.
Parameters
name
Type
Required
Description
selector
String
yes
A valid CSS selector, which will be passed to querySelector.
context
Element|String
no
A DOM element within which to query. Can also be a selector
string in which case the first matching element will be used
as context. If missing (or no element matches selector), falls
diff --git a/docs/legacy-docs/api/menu-button.html b/docs/legacy-docs/api/menu-button.html
index ac6ad8a8e..6e1827dae 100644
--- a/docs/legacy-docs/api/menu-button.html
+++ b/docs/legacy-docs/api/menu-button.html
@@ -1,6 +1,9 @@
MenuButton
When you click the button it adds focus, which
will show the menu indefinitely.
So we'll remove focus when the mouse leaves the button.
Focus is needed for tab navigation.
diff --git a/docs/legacy-docs/api/menu-item.html b/docs/legacy-docs/api/menu-item.html
index 949c7ac89..49f55c5c8 100644
--- a/docs/legacy-docs/api/menu-item.html
+++ b/docs/legacy-docs/api/menu-item.html
@@ -1,6 +1,9 @@
Finds a single DOM element matching selector within the component's
contentEl or another custom context.
Parameters
name
Type
Required
Description
selector
String
yes
A valid CSS selector, which will be passed to querySelector.
context
Element|String
no
A DOM element within which to query. Can also be a selector
string in which case the first matching element will be used
as context. If missing (or no element matches selector), falls
diff --git a/docs/legacy-docs/api/menu.html b/docs/legacy-docs/api/menu.html
index c29040d03..2ecee3c15 100644
--- a/docs/legacy-docs/api/menu.html
+++ b/docs/legacy-docs/api/menu.html
@@ -1,6 +1,9 @@
Menu
Finds a single DOM element matching selector within the component's
contentEl or another custom context.
Parameters
name
Type
Required
Description
selector
String
yes
A valid CSS selector, which will be passed to querySelector.
context
Element|String
no
A DOM element within which to query. Can also be a selector
string in which case the first matching element will be used
diff --git a/docs/legacy-docs/api/modal-dialog.html b/docs/legacy-docs/api/modal-dialog.html
index f9f19576c..f3288852f 100644
--- a/docs/legacy-docs/api/modal-dialog.html
+++ b/docs/legacy-docs/api/modal-dialog.html
@@ -1,6 +1,9 @@
ModalDialog
Gets or sets the modal content, which gets normalized before being
diff --git a/docs/legacy-docs/api/mouse-time-display.html b/docs/legacy-docs/api/mouse-time-display.html
index 77cf0b297..31fa2bf49 100644
--- a/docs/legacy-docs/api/mouse-time-display.html
+++ b/docs/legacy-docs/api/mouse-time-display.html
@@ -1,6 +1,9 @@