MODAL_001_NO_MODAL_DIALOGS:
Severity: blocker. Bereich: gui/dialoge-modals.
Regel
(kein Regeltext)
Reflection-Check
check:
fail_if: uses_dialog_element == true or role in ['dialog','alertdialog'] or aria_modal
== true
pass: Keine modalen Dialoge, kein role=dialog/alertdialog, kein aria-modal, kein
native dialog als Modal.
type: structuralEvidence
- APG_DIALOG_MODAL, WAI-ARIA APG: Dialog Modal Pattern
- WAI_H102_DIALOG, H102: Creating modal dialogs with the HTML dialog element