回答編集履歴
1
誤字修正
answer
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
> 目的は見せて読ませないこと
|
2
2
|
|
3
|
-
スキップリンクではなく、単純にスクリーンリーダに読み飛ばしをさせたいだけであれば、aria-hidden="true" という属性を入れればいいと思います。(NVDA日本語版 + win10 + Firefox77 で
|
3
|
+
スキップリンクではなく、単純にスクリーンリーダに読み飛ばしをさせたいだけであれば、aria-hidden="true" という属性を入れればいいと思います。(NVDA日本語版 + win10 + Firefox77 で確認)
|
4
4
|
|
5
5
|
> In the example below, the paragraph is not exposed to the accessibility API (e.g. would not be read aloud by a screen reader).
|
6
6
|
[Using the aria-hidden attribute - アクセシビリティ | MDN](https://developer.mozilla.org/ja/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-hidden_attribute#Examples)
|