Skip to content

Commit dc82db3

Browse files
authored
docs: update a11y docs for landmarks (#2327)
1 parent 5a76740 commit dc82db3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/guide/best-practices/accessibility.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,6 @@ watch(
127127
| form | role="form" | フォームに関連する要素のコレクション |
128128
| section | role="region" | 関連性がありユーザーが移動したくなるであろうコンテンツ。この要素にはラベルを付ける必要がある |
129129

130-
:::tip ヒント:
131-
[HTML5 のセマンティック要素をサポートしていないレガシーブラウザー](https://caniuse.com/html5semantic)との互換性を最大化するために、冗長なランドマークロール属性を持つランドマーク HTML 要素を使用することが推奨されています。
132-
:::
133-
134130
[ランドマークについてもっと読む](https://www.w3.org/TR/wai-aria-1.2/#landmark_roles)
135131

136132
## セマンティックなフォーム {#semantic-forms}

0 commit comments

Comments
 (0)