LoginSignup
0
0

削除ボタンがないお手製のdatepickerを作ってみた

Posted at

背景

削除ボタンがないdatepickerが上のdocumentにありましたので、SemanticなHTMLに書き換えて実装したいなと思ったからです。

See the Pen datepicker-dialog by 山根大生 (@uuylkesg-the-styleful) on CodePen.

その他調べたこと

  • aria-modal:要素が表示されたときにモーダルであるかどうかを示す
  • aria-label:現在の要素にラベルを付ける文字列値を定義する
  • aria-selected:現在の selected 状態を示す
  • aria-live:内容が更新された際にユーザーに伝達するかどうかを指定できる
  • event.whichが3とは:右クリックのこと

参考

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