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.
在 Internet Explorer 11 开发人员工具中,在检查元素时,您可以单击样式选项卡下的 a: 按钮以强制元素的悬停和已访问状态。
有没有办法为 :focus 做同样的事情?
我希望能够在聚焦时看到应用于元素的 CSS 样式。
不幸的是,开发工具还不能以这种方式强制关注一个元素。
要查看元素的焦点样式,您可以手动关注元素(例如通过单击或使用选项卡),然后检查元素。
如果您先检查元素然后应用焦点,则焦点样式将不会显示。在这种情况下,您必须先检查另一个元素,然后再检查您关注的元素。
这是我刚刚制作的一个演示: