From 13dabd0856667d2b106b2755d239a429ab92241d Mon Sep 17 00:00:00 2001 From: edwinbradford Date: Thu, 10 Oct 2024 17:08:55 +0100 Subject: [PATCH] Update sandbox to 8.19.0 --- sandbox/combined-tracks.html.example | 68 +--- sandbox/debug.html.example | 93 ++++- sandbox/descriptions.html.example | 75 +--- sandbox/docpip.html.example | 52 +++ sandbox/embeds.html.example | 36 +- sandbox/focus-visible.html.example | 82 +---- sandbox/icons.html.example | 61 ++-- sandbox/index.html.example | 90 ++--- sandbox/language.html.example | 30 +- sandbox/live.html.example | 74 +--- sandbox/liveui.html.example | 76 +--- sandbox/load-media.html.example | 52 +++ sandbox/middleware-instances.html.example | 71 ++++ sandbox/middleware-play.html.example | 71 +--- sandbox/noUITitleAttributes.html.example | 14 +- sandbox/plugin.html.example | 118 +----- sandbox/quality-levels.html.example | 109 ++++++ sandbox/shadow-dom.html.example | 79 +++++ sandbox/skip-buttons.html.example | 114 ++++++ sandbox/svg-icons-enabled.html.example | 36 ++ sandbox/svg-icons.html.example | 414 ++++++++++++++++++++++ sandbox/transient-button.html.example | 121 +++++++ sandbox/userAction-click.html.example | 48 +++ sandbox/vertical-volume.html.example | 106 ++---- 24 files changed, 1366 insertions(+), 724 deletions(-) create mode 100644 sandbox/docpip.html.example create mode 100644 sandbox/load-media.html.example create mode 100644 sandbox/middleware-instances.html.example create mode 100644 sandbox/quality-levels.html.example create mode 100644 sandbox/shadow-dom.html.example create mode 100644 sandbox/skip-buttons.html.example create mode 100644 sandbox/svg-icons-enabled.html.example create mode 100644 sandbox/svg-icons.html.example create mode 100644 sandbox/transient-button.html.example create mode 100644 sandbox/userAction-click.html.example diff --git a/sandbox/combined-tracks.html.example b/sandbox/combined-tracks.html.example index 44aeaa91d2..511ebfebb8 100644 --- a/sandbox/combined-tracks.html.example +++ b/sandbox/combined-tracks.html.example @@ -1,37 +1,22 @@ - + - - AV Neue theme tracks example + Video.js Sandbox - - - + - - +
+

You can use /sandbox/ for writing and testing your own code. Nothing in /sandbox/ will get checked into the repo, except files that end in .example (so don't edit or add those files). To get started run `npm start` and open the combined-tracks.html

+
npm start
+
open http://localhost:9999/sandbox/combined-tracks.html
+
-