From 69308dc883a18f9c2465d8cea8b930e4e1ffda06 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 21 Apr 2015 07:58:52 +0300 Subject: Update Holder.js to v2.6.0. [ci skip] --- docs/examples/carousel/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples/carousel') diff --git a/docs/examples/carousel/index.html b/docs/examples/carousel/index.html index 15b1e5c0d..0ae860c50 100644 --- a/docs/examples/carousel/index.html +++ b/docs/examples/carousel/index.html @@ -209,7 +209,7 @@ - + -- cgit v1.2.3 From 1eba173c9e44487e7ca8bfa5f400a4740c8b77c8 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 10 May 2015 01:04:14 +0300 Subject: Update jQuery to v1.11.3. --- docs/examples/carousel/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples/carousel') diff --git a/docs/examples/carousel/index.html b/docs/examples/carousel/index.html index 0ae860c50..11710ddf7 100644 --- a/docs/examples/carousel/index.html +++ b/docs/examples/carousel/index.html @@ -206,7 +206,7 @@ - + -- cgit v1.2.3 From 3b59b97c626bf2accef8217339b04712666c36d9 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Fri, 29 May 2015 23:48:35 +0100 Subject: ensure divider list items have role="separator" http://www.w3.org/TR/wai-aria/roles#separator --- docs/examples/carousel/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples/carousel') diff --git a/docs/examples/carousel/index.html b/docs/examples/carousel/index.html index 11710ddf7..28d1aafce 100644 --- a/docs/examples/carousel/index.html +++ b/docs/examples/carousel/index.html @@ -55,7 +55,7 @@
  • Action
  • Another action
  • Something else here
  • -
  • +
  • Separated link
  • One more separated link
  • -- cgit v1.2.3 From 5fd7bc1554d492bdd5794d35fce515fe951439a6 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Tue, 2 Jun 2015 09:41:40 +0100 Subject: generalize dropdowns / drop role="menu" as role="menu" is a very specific (and strict) ARIA pattern for desktop-like application menus, and our dropdowns are often used as pure navigation dropdowns, this change abandons ARIA menus for a more open-ended and light-weight approach (see http://heydonworks.com/practical_aria_examples/#submenus and http://www.w3.org/WAI/tutorials/menus/flyout/#improve-screen-reader-support-using-wai-aria) note that in dropdown.js, switched to now target ``.dropdown-menu`` instead of ``role["menu"]`` - this also prevents bootstrap scripts from "bleeding" into non-bootstrap components on the same page. also removed the ``role=["listbox"]`` part, which appears to be vestigial/unused (only place in bootstrap that uses that role are carousels, and their key handling is done separately) --- docs/examples/carousel/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/examples/carousel') diff --git a/docs/examples/carousel/index.html b/docs/examples/carousel/index.html index 28d1aafce..921c93b52 100644 --- a/docs/examples/carousel/index.html +++ b/docs/examples/carousel/index.html @@ -50,8 +50,8 @@
  • About
  • Contact