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

feat: keyboard accessibility rule added #1336

Merged
merged 3 commits into from
Jan 11, 2023
Merged

Conversation

DilaraGueler
Copy link
Contributor

@DilaraGueler DilaraGueler commented Dec 7, 2022

PR Type

[X ] Feature

What Is the Current Behavior?

Accessibility with keyboard is missing for some components.

What Is the New Behavior?

Accessibility rule is added to the ESLint rules and required components adjusted to the new rule. It is possible to use the website with a keyboard better than before instead of a mouse.

Does this PR Introduce a Breaking Change?

[X] No

Other Information

AB#81745

Copy link
Collaborator

@SGrueber SGrueber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pls, revert all unnecessary changes and note a few further remarks below.

marschmidt89
marschmidt89 previously approved these changes Jan 6, 2023
Copy link
Contributor

@marschmidt89 marschmidt89 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Documentation reviewed and approved

@shauke shauke self-assigned this Jan 6, 2023
shauke pushed a commit that referenced this pull request Jan 11, 2023
…' rule for '<a>' tags (#1336)

* apply consistent `[routerLink]="[]"` pattern for links without a `routerLink`
shauke pushed a commit that referenced this pull request Jan 11, 2023
…HTML elements with click event (#1336)

* add `(keydown.enter)` events for `(click)` events
* make elements tab focusable with `tabindex="0"`
shauke pushed a commit that referenced this pull request Jan 11, 2023
shauke
shauke previously approved these changes Jan 11, 2023
@shauke shauke marked this pull request as ready for review January 11, 2023 10:57
…' rule for '<a>' tags (#1336)

* apply consistent `[routerLink]="[]"` pattern for links without a `routerLink`
…HTML elements with click event (#1336)

* add `(keydown.enter)` events for `(click)` events
* make elements tab focusable with `tabindex="0"`
@shauke shauke merged commit ec4efac into develop Jan 11, 2023
@shauke shauke deleted the feature/accessibility branch January 11, 2023 17:14
shauke pushed a commit that referenced this pull request Jan 11, 2023
…' rule for '<a>' tags (#1336)

* apply consistent `[routerLink]="[]"` pattern for links without a `routerLink`
shauke pushed a commit that referenced this pull request Jan 11, 2023
…HTML elements with click event (#1336)

* add `(keydown.enter)` events for `(click)` events
* make elements tab focusable with `tabindex="0"`
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

Successfully merging this pull request may close these issues.

4 participants