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