gpt4 book ai didi

html - 在不更改默认浏览器首选项的情况下将 tabindex/focus 添加到 Safari 中的按钮

转载 作者:太空狗 更新时间:2023-10-29 15:40:42 25 4
gpt4 key购买 nike

使用键盘浏览表单时,按钮元素不会在 Safari 中获得焦点(在 Yosemite 上的 v8.0 中测试)。除非在首选项 --> 高级下明确打开制表符。有什么办法可以解决这个问题吗?

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<form action="">
<fieldset>
<input type="text" />
<button>Button</button>
<input type="text" />
<button type="button">Button</button>
</fieldset>
</form>
</head>
<body>

</body>
</html>

http://codepen.io/alexandtheweb/pen/raQrxw

最佳答案

没有办法解决这个问题。用户需要启用这些首选项才能使 Tab 键正常工作。

关于html - 在不更改默认浏览器首选项的情况下将 tabindex/focus 添加到 Safari 中的按钮,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29104596/

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