the accordion element ul tag has a presentation role (role=“presentation”) that is not accessible.
And I can’t change it to role=“list”
I’ve tried custom attributes (Custom Attributes – Bricks Academy) but it add list value to presentation value so I have role=“presentation list”, and it’s not accessible…