html - 检查器窗口html中的::标记是什么意思?

标签 html css web-inspector

我在调试控制台看到有如下元素 enter image description here

<li>
    ::marker
    Wait until your DNS configuration changes. This could take up to 72 hours.
</li>

::marker 是什么意思?

最佳答案

The ::marker CSS pseudo-element selects the marker box of a list item, which typically contains a bullet or number. It works on any element or pseudo-element set to display: list-item, such as the <li> and <summary> elements.

https://developer.mozilla.org/en-US/docs/Web/CSS/::marker

关于html - 检查器窗口html中的::标记是什么意思?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63209723/

相关文章:

javascript - 如何遍历对象数组并将每个对象显示在页面上? ( Vanilla JS)

html - 使文本水平溢出到列中

jquery - 简单的图像变化

ios - Web 检查器断点设置,但不破坏代码

google-chrome - Chrome 开发工具 - "Size"与 "Content"

javascript - HTML5音频播放本地mp3文件的播放列表

java - 转换 HTML 上的日期格式

jquery - 如何更改 jquery text() 的样式?

html - 从第二个元素流出的文本。在第一个元素中是正常的

jquery - 将 ajax 与现有表单结合使用