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 4765bb6f31..28619b632c 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 2328c1eaec..5d22a28bb5 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 987590972a..5d46e68e06 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 074fca3862..538ca53a49 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 750a49635c..67725e8da0 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 5c23d0043a..a65f16b195 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 6882c069b4..bf9b2c6a14 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 750a49635c..67725e8da0 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 2ef31f2de8..5d947017be 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 0605cc9486..d3ce7bcd5a 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 df18596a10..123b3a605d 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 aaf3d79b15..42dfdf14d4 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 06d395c88d..1a0c86cf59 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 6a5db682e7..5b4914f325 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 23d4c8651a..b7f6c4a243 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 c0dd615444..2f1e94cdf3 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 d13f91a2ec..f2db2b7b72 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 b4ec35dc81..4a8f4579e3 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 2417d4539d..61c69c62b6 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 cdb5a66a69..f5ac73a178 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 ac6ad8a8eb..6e1827daee 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 949c7ac89c..49f55c5c80 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 c29040d03a..2ecee3c15b 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 f9f19576c6..f3288852f9 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 77cf0b2972..31fa2bf49d 100644
--- a/docs/legacy-docs/api/mouse-time-display.html
+++ b/docs/legacy-docs/api/mouse-time-display.html
@@ -1,6 +1,9 @@