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

Introduce aria-current service #5599

Merged
merged 7 commits into from
Nov 17, 2023

Conversation

sdvg
Copy link
Member

@sdvg sdvg commented Nov 16, 2023

No description provided.

@sdvg sdvg linked an issue Nov 16, 2023 that may be closed by this pull request
2 tasks
sdvg and others added 5 commits November 16, 2023 11:00
…-current-handling-via-observer-entkoppeln

* 'develop' of github.com:public-ui/kolibri:
  Fix test scenarios
  Bring back strong tag to un-break visual tests
  Remove HTML from sample
  Table: Always render cells as text to avoid XSS
@sdvg sdvg marked this pull request as ready for review November 16, 2023 12:44
/**
* Listen on an aria-current event with this value. If the value matches the current value and the href is the same as the current url, the aria-current attribute will be set to current value.
*/
@Prop() public _listenAriaCurrent?: AriaCurrentPropType;
Copy link
Contributor

Choose a reason for hiding this comment

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

@sdvg Hi Stefan, ich finde diesen Prop Name intiutiver.,

Copy link
Member Author

Choose a reason for hiding this comment

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

@deleonio Hallo Martin, könntest du das bitte noch etwas näher beschreiben? Diese Property haben (brauchen) wir ja in der Form nicht mehr?

Copy link
Contributor

Choose a reason for hiding this comment

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

Für mich ist hier das Lauschen auf den Event/Änderung klarer. Alles gut.

@deleonio deleonio merged commit 560d00a into develop Nov 17, 2023
4 checks passed
@deleonio deleonio deleted the 4314-aria-current-handling-via-observer-entkoppeln branch November 17, 2023 12:24
@github-actions github-actions bot locked and limited conversation to collaborators Nov 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

aria-current-Handling via Observer entkoppeln
2 participants