We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a76740 commit dc82db3Copy full SHA for dc82db3
src/guide/best-practices/accessibility.md
@@ -127,10 +127,6 @@ watch(
127
| form | role="form" | フォームに関連する要素のコレクション |
128
| section | role="region" | 関連性がありユーザーが移動したくなるであろうコンテンツ。この要素にはラベルを付ける必要がある |
129
130
-:::tip ヒント:
131
-[HTML5 のセマンティック要素をサポートしていないレガシーブラウザー](https://caniuse.com/html5semantic)との互換性を最大化するために、冗長なランドマークロール属性を持つランドマーク HTML 要素を使用することが推奨されています。
132
-:::
133
-
134
[ランドマークについてもっと読む](https://www.w3.org/TR/wai-aria-1.2/#landmark_roles)
135
136
## セマンティックなフォーム {#semantic-forms}
0 commit comments