Skip to content

[Feature]: Task modal dialogs are missing ARIA dialog semantics #139

@KGFCH2

Description

@KGFCH2

Problem

Task creation and submission modals lack proper ARIA dialog semantics.

Current Behavior

Assistive technology users may not receive correct dialog context for modal forms.

Why This Improvement Is Needed

Improving accessibility ensures modal dialogs are announced and understood correctly.

Proposed Solution

Add role="dialog", aria-modal="true", aria-labelledby, and button labels to task modals.

Expected Outcome

Task dialogs are more accessible and easier to navigate with assistive tools.

Additional Notes

This is a frontend accessibility improvement.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions