]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commit
Make Drilldown use tree role. 10204/head
authorMarius Olbertz <marius.olbertz@gmail.com>
Mon, 19 Jun 2017 17:32:54 +0000 (19:32 +0200)
committerMarius Olbertz <marius.olbertz@gmail.com>
Mon, 19 Jun 2017 17:32:54 +0000 (19:32 +0200)
commit24339c70fc46a5c9b7661adce5686a83a792e4db
treea8e7fc230953fdd69dc0c2ec69becdb3adcc5130
parent50f596881b07f06f5fdd2302b9b75b78b2fe720d
Make Drilldown use tree role.

Drilldown should - like AccordionMenu - have the role tree as it consists of a hierarchical list of elements.
Sub-menus should have role group and items should have role treeitem.

Pretty much the same as #10064.
js/foundation.drilldown.js
test/javascript/components/drilldown.js