mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
Remove incorrect aria-multiselectable
Closes https://github.com/twbs/bootstrap/issues/21635
This commit is contained in:
@@ -43,7 +43,7 @@ You can use a link with the `href` attribute, or a button with the `data-target`
|
||||
Extend the default collapse behavior to create an accordion.
|
||||
|
||||
{% example html %}
|
||||
<div id="accordion" role="tablist" aria-multiselectable="true">
|
||||
<div id="accordion" role="tablist">
|
||||
<div class="card">
|
||||
<div class="card-header" role="tab" id="headingOne">
|
||||
<h5 class="mb-0">
|
||||
|
||||
Reference in New Issue
Block a user