From 949b81f51171550bcec0d92e771793999e69a389 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sat, 3 May 2014 19:38:09 -0700 Subject: Improve accessibility of close buttons in modals & alerts Adds textual caption to the close buttons. The "X" multiplication sign isn't very meaningful to screenreaders. Credit: https://github.com/paypal/bootstrap-accessibility-plugin Per: https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#alert https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#modal-dialog --- docs/_includes/js/alerts.html | 6 +++--- docs/_includes/js/modal.html | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'docs/_includes/js') diff --git a/docs/_includes/js/alerts.html b/docs/_includes/js/alerts.html index de2ae9b84..351301533 100644 --- a/docs/_includes/js/alerts.html +++ b/docs/_includes/js/alerts.html @@ -5,14 +5,14 @@

Add dismiss functionality to all alert messages with this plugin.