gpt4 book ai didi

bootstrap-4 - aria-expanded ="false"在 Bootstrap 模板中不起作用

转载 作者:行者123 更新时间:2023-12-05 08:31:31 25 4
gpt4 key购买 nike

我已经下载了这个模板

https://startbootstrap.com/themes/sb-admin-2/

里面有一个叫做 cards.html 的页面

该页面上有一个可折叠的卡片示例。我试图让它加载折叠并且用户必须展开它。所以我将这部分更改为:

<div class="card shadow mb-4">
<!-- Card Header - Accordion -->
<a href="#collapseCardExample" class="d-block card-header py-3" data-toggle="collapse" role="button" aria-expanded="false" aria-controls="collapseCardExample">
<h6 class="m-0 font-weight-bold text-primary">Collapsable Card Example</h6>
</a>
<!-- Card Content - Collapse -->
<div class="collapse show" id="collapseCardExample">
<div class="card-body">
This is a collapsable card example using Bootstrap's built in collapse functionality. <strong>Click on the card header</strong> to see the card body collapse and expand!
</div>
</div>
</div>

确实有:

aria-expanded="true"

但我把它弄错了。

为什么它仍然以展开的方式加载?

最佳答案

Bootstrap 不依赖于 aria 东西,它使用自己的 data 属性。 (aria 用于屏幕阅读器。

要隐藏它,请从 collapseCardExample 中删除 show 类。参见 https://getbootstrap.com/docs/4.3/components/collapse/

关于bootstrap-4 - aria-expanded ="false"在 Bootstrap 模板中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57446961/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com