Skip to content
This repository was archived by the owner on Aug 8, 2022. It is now read-only.

chore: typos #127

Merged
merged 1 commit into from
Sep 23, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/guide/a11y-semantics.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,9 @@
</p>
<script async src="https://static.codepen.io/assets/embed/ei.js"></script>

#### aria-hidden=true
#### aria-hidden="true"

添加 `aria hidden=true` 将隐藏辅助技术中的元素,但使其在视觉上对其他用户可用。不要把它用在可聚焦的元素上,纯粹用于装饰性的、复制的或屏幕外的内容上。
添加 `aria hidden="true"` 将隐藏辅助技术中的元素,但使其在视觉上对其他用户可用。不要把它用在可聚焦的元素上,纯粹用于装饰性的、复制的或屏幕外的内容上。

```html
<p>This is not hidden from screen readers.</p>
Expand Down