From 4b560a20b5600fd12c4a040af6918cd287185346 Mon Sep 17 00:00:00 2001 From: Derk-Jan Hartman Date: Wed, 7 Aug 2013 17:29:18 +0200 Subject: [PATCH] Accessibility: Don't arbitrarily override role Role overrides implicit role of an element. Since here we don't know the original element type that we are overriding, we shouldn't just set the role. It might break th, li etc items. In the long term, we should add a jquery.accessibility lib that can take into account things like this, without having to write a ton of code. Bug: 17616 Change-Id: Ie27df93acbc778396ad54abc5bde9abb3268a86d Follow-up: If59590de159a2756bf5b859ce48a23e1af7650fa --- resources/jquery/jquery.makeCollapsible.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/jquery/jquery.makeCollapsible.js b/resources/jquery/jquery.makeCollapsible.js index 5ca0b12678..597aea117a 100644 --- a/resources/jquery/jquery.makeCollapsible.js +++ b/resources/jquery/jquery.makeCollapsible.js @@ -363,7 +363,7 @@ // Attributes for accessibility. This isn't necessary when the toggler is already // an or a