gpt4 book ai didi

html - CSS 的 tabindex hack 是 :focus specified somewhere?

转载 作者:太空宇宙 更新时间:2023-11-03 22:47:18 25 4
gpt4 key购买 nike

有一个 hack 可以为 div 元素制作 :focus 伪类:添加到 div tabindex。像这样:

.testFocus:focus{
background: red;
}
<div class="testFocus" tabindex="0">awesomeDiv</div>

这种行为是在 W3C 文档的某处(在哪里?)指定的,还是只是一个没有记录的 hack?

“这种行为”包括:

  1. div 元素默认不可聚焦。
  2. 带有 tabindex
  3. div 元素是可聚焦的。

最佳答案

tabindexglobal attributes 之一.这意味着它可以在所有 HTML 元素上指定。

0 是有效值(请参阅 definition of tabindex 下的“如果值为零”)。

所以您的 HTML 没问题。

关于html - CSS 的 tabindex hack 是 :focus specified somewhere?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41511512/

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