Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Deliverable]: Write Standards checklist #490

Open
jorgeveji112 opened this issue Dec 3, 2024 · 1 comment
Open

[Deliverable]: Write Standards checklist #490

jorgeveji112 opened this issue Dec 3, 2024 · 1 comment
Assignees
Milestone

Comments

@jorgeveji112
Copy link
Contributor

Issue Type

Deliverable

Issue Description

We have to write the Standards being followed in our app for the checklist items

Additional Context

No response

@jorgeveji112 jorgeveji112 added this to the Milestone 3 milestone Dec 3, 2024
@jorgeveji112 jorgeveji112 self-assigned this Dec 3, 2024
@jorgeveji112
Copy link
Contributor Author

jorgeveji112 commented Dec 3, 2024

Checklist: Standards Documentation and Implementation

1. Accessibility Documentation

  • Add documentation for the accessibility standards in the wiki.

2. WAI-ARIA Documentation in the project

  • Add a dedicated section for WAI-ARIA in the standards wiki.
  • Include a general description of WAI-ARIA and its purpose.
  • Document the WAI-ARIA attributes used in the project, such as:
    • aria-label
    • aria-labelledby
    • aria-hidden
  • Provide clear and practical examples of how WAI-ARIA attributes are implemented in the code.
  • Add external reference links, such as:

3. Code implementation

  • Implement the accessibility standards on the code.
  • Verify that relevant elements in the project correctly use WAI-ARIA attributes:
    • Ensure all buttons have an aria-label if no visible text is present.
    • Ensure inputs are correctly labeled with aria-labelledby.
    • Ensure non-interactive elements are marked with aria-hidden.

@jorgeveji112 jorgeveji112 changed the title [Deliverable]: Write Standards [Deliverable]: Write Standards checklist Dec 3, 2024
@Abdusshh Abdusshh mentioned this issue Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant