jquery.makeCollapsible: Add toggleARIA option and enable for plain toggle
authorVolker E <volker.e@wikimedia.org>
Fri, 20 Sep 2019 03:14:46 +0000 (20:14 -0700)
committerKrinkle <krinklemail@gmail.com>
Sat, 21 Sep 2019 02:34:52 +0000 (02:34 +0000)
commitbe9241218edc36b6aedf44b5f7e13cbaf073862b
tree434edc165fd4a82ec1199b0784971f1bd75bdc6a
parentbb915b0776c656b89ed5c14352ff92dfb07ce8f2
jquery.makeCollapsible: Add toggleARIA option and enable for plain toggle

Adding `aria-expanded` attributes to `$toggle`.
That is not resolving each and every issue, but it gives at least
a valuable hint for screen readers and resolves the situation for
togglers, where the toggled content comes directly after `$toggle`.

Bug: T222904
Change-Id: Ic457bda58e56fb9ba2dce6df195e9fb48afb07f6
resources/src/jquery/jquery.makeCollapsible.js