Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果跨度放置在 Safari 中按下的选项卡上的锚标记内,而焦点在其他浏览器中工作,则链接不会聚焦。
以下是我的代码
<a href="#"><span>Home</span></a>
如果我删除跨度,焦点将在按下选项卡时返回主页,如果我不删除,焦点将不起作用。
但这在其他浏览器中有效。
注意:我启用了按 Tab 突出显示网页上的每个项目的选项