UCF / Main-Site-Theme

Theme for ucf.edu
5 stars 3 forks source link

Degree profiles - remove `aria-expanded` attr on course description `.collapse`s #352

Closed cjg89 closed 2 years ago

cjg89 commented 3 years ago

Describe the bug

See title.

Steps to Reproduce

n/a

Expected Behavior

This attribute only needs to be added to its toggle link, not to the collapsible div itself. These are getting flagged in SiteImprove as an unsupported state/property on each div.

Possible Fix

Remove the attribute in the course_overview template part.

Your environment:

n/a

Additional context

n/a

cjg89 commented 3 years ago

Moving this to the backlog for now. https://github.com/UCF/Athena-Framework/issues/213 should really be addressed alongside this.