Webkit 中的自动大纲是什么?

发布于 2024-12-06 10:18:26 字数 209 浏览 1 评论 0原文

当我写时 auto 是什么意思:

:focus {
    outline: auto 5px -webkit-focus-ring-color
}

此处没有记录它,我找不到其他地方的文档。

What does auto mean when I write:

:focus {
    outline: auto 5px -webkit-focus-ring-color
}

It is not documented here and I cannot find documentation elsewhere.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

晚雾 2024-12-13 10:18:26

You're using the shorthand for the outline-* properties; auto represents the value for outline-style and auto itself means that it's up to the browser to decide what to do based on the context of the element.

空心↖ 2024-12-13 10:18:26

我想指出的是,在 IE 中 auto 不会显示任何内容,您必须明确声明要使用的边框类型。 Alex K 的链接很好地演示了其他流行浏览器的工作原理。

I would just like to point out that in IE auto doesn't show anything, and you'll have to explicitly declare what type of border you want to use. Alex K's link is a good demonstration of how other popular browsers work.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文