From 849bf58a549eb03bf420be7a893d4739893de995 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 7 Jul 2014 20:04:22 -0700 Subject: [PATCH] Add screenreader text to prev/next carousel buttons in examples to improve accessibility Refs #13556. Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#carousel Credit: https://github.com/paypal/bootstrap-accessibility-plugin [skip sauce] --- docs/_includes/js/carousel.html | 6 ++++++ docs/examples/carousel/index.html | 10 ++++++++-- docs/examples/theme/index.html | 2 ++ 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/docs/_includes/js/carousel.html b/docs/_includes/js/carousel.html index 222caf333c..dd697ae4fd 100644 --- a/docs/_includes/js/carousel.html +++ b/docs/_includes/js/carousel.html @@ -23,9 +23,11 @@ + Previous + Next @@ -58,9 +60,11 @@ + Previous + Next {% endhighlight %} @@ -104,9 +108,11 @@ + Previous + Next diff --git a/docs/examples/carousel/index.html b/docs/examples/carousel/index.html index efe2c97542..999f1f1211 100644 --- a/docs/examples/carousel/index.html +++ b/docs/examples/carousel/index.html @@ -113,8 +113,14 @@ - - + + + Previous + + + + Next + diff --git a/docs/examples/theme/index.html b/docs/examples/theme/index.html index 0f686c32e0..c7736a2d4c 100644 --- a/docs/examples/theme/index.html +++ b/docs/examples/theme/index.html @@ -633,9 +633,11 @@ + Previous + Next -- 2.47.2