0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

インクルーシブなモーダルダイアログの5つの条件

Posted at

インクルーシブなモーダルダイアログの5つの条件

  1. モーダルダイアログが立ち上がったら、そのモーダルダイアログにフォーカスが移動する
  2. モーダルダイアログに適切な名前がついていて支援技術がそれをモーダルダイアログだと認識できるようになっている
  3. 閉じるボタン、escキーやモーダルダイアログの外側をクリックやタップすることでモーダルダイアログを閉じることができる
  4. モーダルダイアログによって隠されているコンテンツはアクセス不可能な状態になっていてフォーカスが移動しない
  5. モーダルダイアログが閉じられた時には、フォーカスがコンテツ上の元あった場所に戻る

実装サンプル

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?