gpt4 book ai didi

html -

转载 作者:技术小花猫 更新时间:2023-10-29 12:35:52 28 4
gpt4 key购买 nike

我注意到在所有使用 button 元素的 Bootstrap 示例中,它们包括 role="button"(和 type="button"),例如:

<div class="dropdown">
<button id="dLabel" type="button" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
Dropdown trigger <span class="caret"></span>
</button>
<ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
...
</ul>
</div>

无障碍软件是否已经知道 button 元素是用来充当按钮的?我有什么理由应该在我的代码中包含 role="button" 和/或 type="button" 吗?

最佳答案

许多 HTML5 元素都带有默认的隐式 ARIA 语义,并且显式设置这些默认值是“unnecessary and not recommended”。

查看 button element ,你可以看到它有 button role默认情况下。

因此,设置 role="button" 是“不推荐”的,但是允许的。它可能帮助支持 WAI-ARIA 但不支持 HTML5 的旧用户代理。

关于html - <button> 需要角色 ="button"吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26934719/

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