Skip to content

Commit 8ed244e

Browse files
committed
small fix: space and typo
1 parent d0c5da5 commit 8ed244e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/guide/a11y-semantics.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ chrome デベロッパツールでこの要素を検証し、Elements タブ内
161161

162162
Chrome DevTools で検出することで Description を確認することができます:
163163

164-
![Chrome Developer Tools showing input accessible nDme from aria-labelledby and description with aria-describedby](/images/AccessibleARIAdescribedby.png)
164+
![Chrome Developer Tools showing input accessible name from aria-labelledby and description with aria-describedby](/images/AccessibleARIAdescribedby.png)
165165

166166
### プレースホルダ
167167

@@ -197,7 +197,7 @@ Chrome DevTools で検出することで Description を確認することがで
197197
</fieldset>
198198
```
199199

200-
あるいは、[`aria-describedby`](https://developer.mozilla.org/ja/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-describedby_attribute) を使用して 入力欄に指示を添付することもできます:
200+
あるいは、[`aria-describedby`](https://developer.mozilla.org/ja/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-describedby_attribute) を使用して入力欄に指示を添付することもできます:
201201

202202
```html
203203
<fieldset>
@@ -256,7 +256,7 @@ CSSを使用して要素を視覚的に非表示にすることができます
256256

257257
#### aria-hidden="true"
258258

259-
`aria-hidden="true"`を追加すると要素は支援技術から隠されますが、他のユーザから視覚的に利用可能になります。フォーカス可能な要素や、純粋に装飾的なコンテンツ、複製されたコンテンツ、または画面外のコンテンツには使用しないでください。
259+
`aria-hidden="true"` を追加すると要素は支援技術から隠されますが、他のユーザから視覚的に利用可能になります。フォーカス可能な要素や、純粋に装飾的なコンテンツ、複製されたコンテンツ、または画面外のコンテンツには使用しないでください。
260260

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

0 commit comments

Comments
 (0)