You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.
Using the Collapsed Panel component as described in https://swiss.github.io/styleguide/en/content-containers.html#02-content-containers-03-collapsible-panel, I found out that from time to time two collapse elements get the same
id
. This produces non-valid HTML and caused our axe-core test to be flaky. It is due to the uniqueId Implementation of the bootstrap-accessibility-plugin and should be fixed in the used fork of this library.The text was updated successfully, but these errors were encountered: