ccswbs / hjckrrh

GNU General Public License v2.0
6 stars 5 forks source link

[A11y] Remove "collapse" styles from ug-header if element is not a collapse/expand element #930

Open mmafe opened 4 years ago

mmafe commented 4 years ago

The presence of the collapse styles on the #ug-header element is causing an extra aria-expanded class to be added. This is due to extra javascript in ug-script.js that originally added aria-expanded for cases where it was not being applied automatically.

Two options: