From 6296ca85383acb8d269bee994d9757f64524287b Mon Sep 17 00:00:00 2001 From: Owen Edwards Date: Thu, 28 Apr 2016 15:29:40 -0700 Subject: [PATCH] @OwenEdwards added language attribute in HTML files for accessibility. closes #3257 --- CHANGELOG.md | 1 + docs/examples/elephantsdream/index.html | 2 +- docs/examples/simple-embed/index.html | 2 +- sandbox/descriptions.html.example | 2 +- sandbox/icons.html.example | 2 +- sandbox/index.html.example | 2 +- sandbox/plugin.html.example | 2 +- test/index.html | 2 +- 8 files changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 187141958e..8b71dfbb4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ CHANGELOG * @chrisauclair Make controls visible for accessibility reasons ([view](https://github.com/videojs/video.js/pull/3237)) * @gkatsev updated text track documentation and crossorigin warning. Fixes #1888, #1958, #2628, #3202 ([view](https://github.com/videojs/video.js/pull/3256)) * @BrandonOCasey added audio and video track support ([view](https://github.com/videojs/video.js/pull/3173)) +* @OwenEdwards added language attribute in HTML files for accessibility ([view](https://github.com/videojs/video.js/pull/3257)) -------------------- diff --git a/docs/examples/elephantsdream/index.html b/docs/examples/elephantsdream/index.html index 09dd90b61d..9b6b2633db 100644 --- a/docs/examples/elephantsdream/index.html +++ b/docs/examples/elephantsdream/index.html @@ -1,5 +1,5 @@ - + Video.js Text Descriptions, Chapters & Captions Example diff --git a/docs/examples/simple-embed/index.html b/docs/examples/simple-embed/index.html index 88875a08dc..c293827ddb 100644 --- a/docs/examples/simple-embed/index.html +++ b/docs/examples/simple-embed/index.html @@ -1,5 +1,5 @@ - + diff --git a/sandbox/descriptions.html.example b/sandbox/descriptions.html.example index c12c2c03e0..bd23b5d587 100644 --- a/sandbox/descriptions.html.example +++ b/sandbox/descriptions.html.example @@ -1,5 +1,5 @@ - + Video.js Text Descriptions, Chapters & Captions Example diff --git a/sandbox/icons.html.example b/sandbox/icons.html.example index 277d9b38e0..1f2669c7ea 100644 --- a/sandbox/icons.html.example +++ b/sandbox/icons.html.example @@ -1,5 +1,5 @@ - + Video.js Icons Sandbox diff --git a/sandbox/index.html.example b/sandbox/index.html.example index 942d1e779d..cc5cb7ed39 100644 --- a/sandbox/index.html.example +++ b/sandbox/index.html.example @@ -1,5 +1,5 @@ - + Video.js Sandbox diff --git a/sandbox/plugin.html.example b/sandbox/plugin.html.example index 9c3a6a8ad1..5635234d20 100644 --- a/sandbox/plugin.html.example +++ b/sandbox/plugin.html.example @@ -1,5 +1,5 @@ - + Video.js Plugin Example diff --git a/test/index.html b/test/index.html index 08944509ed..4da9b9675b 100644 --- a/test/index.html +++ b/test/index.html @@ -1,5 +1,5 @@ - + VideoJS Tests