-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[zh-cn]: create the translation of aria-checked
#20937
Conversation
Preview URLs Flaws (12)URL:
External URLs (2)URL:
(comment last updated: 2024-06-24 01:38:51) |
files/zh-cn/web/accessibility/aria/attributes/aria-checked/index.md
Outdated
Show resolved
Hide resolved
files/zh-cn/web/accessibility/aria/attributes/aria-checked/index.md
Outdated
Show resolved
Hide resolved
files/zh-cn/web/accessibility/aria/attributes/aria-checked/index.md
Outdated
Show resolved
Hide resolved
<label id="chk15-label">订阅通讯</label> | ||
``` | ||
|
||
> **备注:** 在可能的情况下,请使用带有 `type="checkbox"` 的 HTML {{htmlelement("input")}} 元素,因为该元素具有内置语义,不需要任何 ARIA 属性。 |
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.
这一段与“描述”上方的内容有重复,请更新一下上游的文档
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.
这一段与“描述”上方的内容有重复,请更新一下上游的文档
Related PR: mdn/content#34356
files/zh-cn/web/accessibility/aria/attributes/aria-checked/index.md
Outdated
Show resolved
Hide resolved
files/zh-cn/web/accessibility/aria/attributes/aria-checked/index.md
Outdated
Show resolved
Hide resolved
files/zh-cn/web/accessibility/aria/attributes/aria-checked/index.md
Outdated
Show resolved
Hide resolved
files/zh-cn/web/accessibility/aria/attributes/aria-checked/index.md
Outdated
Show resolved
Hide resolved
请更新一下文档 |
Co-authored-by: A1lo <[email protected]>
Description
Motivation
Additional details
Related issues and pull requests
#20821