Practice ยท 2 of 3
Confirmation Dialog
Build a 'Delete file?' confirmation dialog: a <dialog id="confirm-delete"> named via aria-labelledby pointing at its own heading; a form method="dialog" inside it with a destructive button and a safe Cancel button carrying autofocus; a <style> block styling dialog::backdrop. Full document skeleton required.
Difficulty: advanced
Press Submit to check your solution.
Back to lesson: Practice: Native Disclosure & Dialogs โ Practice