0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00
Patrick H. Lauke 18e8704221 Fix collapse.js aria-expanded behavior
* Remove aria-expanded from collapse.js target element

aria-expanded="true"/aria-expanded="false" only applies to the trigger,
not the element that is being expanded/collapsed.

* Tweak collapse.js accessibility section

...to make it clearer that the aria-expanded attribute always just goes
on the control.

* Fix collapse.js unit tests

- reword some of the text to make it clear we're checking behavior of
trigger/control
- move incorrect aria-expanded out of the <div>s and to the actual
trigger/control <a>s
- fix incorrect test assertion text output false -> true
2017-04-10 14:51:22 +01:00
..
2017-03-21 21:37:33 +11:00
2017-04-08 13:22:53 -07:00
2017-03-19 18:39:48 -07:00
2017-04-08 22:05:50 -07:00
2017-02-04 21:14:41 -08:00
2017-03-26 13:23:49 -07:00
2017-03-21 21:37:33 +11:00
2017-03-26 17:31:29 -07:00
2014-08-01 19:45:11 +03:00
2015-12-05 11:30:27 +02:00