-
Notifications
You must be signed in to change notification settings - Fork 8.2k
[zh-cn] update pseudo-classes #27050
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Preview URLs (comment last updated: 2025-07-16 01:43:32) |
--- | ||
|
||
{{CSSRef}} | ||
|
||
[CSS](/zh-CN/docs/Web/CSS) **_伪类_**是添加到选择器的关键字,用于指定所选元素的特殊状态。例如,伪类 {{CSSxRef(":hover")}} 可以用于选择一个按钮,当用户的指针悬停在按钮上时,设置此按钮的样式。 | ||
[CSS](/zh-CN/docs/Web/CSS) ***伪类***是添加到选择器的关键字,用于指定所选元素的特定状态。例如,{{CSSxRef(":hover")}} 伪类可用于在用户指针悬停在按钮上时选择该按钮,然后对选定的按钮进行样式设计。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[mdn-linter] reported by reviewdog 🐶
[CSS](/zh-CN/docs/Web/CSS) ***伪类***是添加到选择器的关键字,用于指定所选元素的特定状态。例如,{{CSSxRef(":hover")}} 伪类可用于在用户指针悬停在按钮上时选择该按钮,然后对选定的按钮进行样式设计。 | |
[CSS](/zh-CN/docs/Web/CSS) **_伪类_**是添加到选择器的关键字,用于指定所选元素的特定状态。例如,{{CSSxRef(":hover")}} 伪类可用于在用户指针悬停在按钮上时选择该按钮,然后对选定的按钮进行样式设计。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
貌似 mdn/rari#86 提及问题的修复还没有在 prettier 中发版。需要等待新版 prettier。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
貌似 mdn/rari#86 提及问题的修复还没有在 prettier 中发版。需要等待新版 prettier。
prettier/prettier@e01a084
3.6.0 好像是发了?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
貌似 mdn/rari#86 提及问题的修复还没有在 prettier 中发版。需要等待新版 prettier。
prettier/prettier@e01a084 3.6.0 好像是发了?
测试好像并没有修复
This pull request has merge conflicts that must be resolved before it can be merged. |
Description
Motivation
Additional details
Related issues and pull requests