This change affects all implementations of the accordions component.
<div id="collapseaccOneitem1"
class="collapse "
aria-labelledby="headingaccOneitem1">
<div id="collapseaccOneitem1"
class="collapse "
role='region'
aria-labelledby="headingaccOneitem1">
This change resolves a HTML validation error where the accordion content container lacked an explicit ARIA role. Adding role="region" gives the container an explicit ARIA role, allowing its existing aria-labelledby relationship to be interpreted correctly by assistive technologies.
Benefits include:
After updating your Design System packages, we recommend reviewing accordion usage in your application.
Adds role="region" to the accordion content container to resolve a HTML validation error and provide more appropriate ARIA semantics for assistive technologies.
Design System internal reference: 97841