Remove region from CollapsibleSection
This commit is contained in:
parent
fd82b6c527
commit
a91944a75f
@ -10,7 +10,7 @@
|
||||
<SvgIcon name="arrow"></SvgIcon>
|
||||
</button>
|
||||
</h2>
|
||||
<div :id="`${name}-content`" role="region" :aria-labelledby="`${name}-heading`" :aria-hidden="collapsed">
|
||||
<div :id="`${name}-content`" :aria-hidden="collapsed">
|
||||
<slot></slot>
|
||||
</div>
|
||||
</section>
|
||||
|
Loading…
Reference in New Issue
Block a user