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

Commit 1464843

Browse files
committed
chore: typos
1 parent bcc0bab commit 1464843

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guide/a11y-semantics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,9 +255,9 @@
255255
</p>
256256
<script async src="https://static.codepen.io/assets/embed/ei.js"></script>
257257

258-
#### aria-hidden=true
258+
#### aria-hidden="true"
259259

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

262262
```html
263263
<p>This is not hidden from screen readers.</p>

0 commit comments

Comments
 (0)