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

[BUGFIX] Re-enable arbitrary aria- and data- arguments #872

Merged
merged 2 commits into from
Jun 10, 2024

Conversation

s2b
Copy link
Contributor

@s2b s2b commented Jun 10, 2024

A previous optimation broke the ability to use arbitrary
ViewHelper attributes in TagBasedViewHelpers that start with
aria-* and data-*. This patch re-implements this functionality.

A following patch will allow all arbitrary attributes for
TagBasedViewHelpers. This is a pre-patch to fix the existing
regression in Fluid.

s2b added 2 commits June 10, 2024 21:43
A previous optimation broke the ability to use arbitrary
ViewHelper attributes in TagBasedViewHelpers that start with
aria-* and data-*. This patch re-implements this functionality.

A following patch will allow all arbitrary attributes for
TagBasedViewHelpers. This is a pre-patch to fix the existing
regression in Fluid.
@s2b s2b force-pushed the bugfix/vhDataAttributes branch from 57d6501 to 5cdb30a Compare June 10, 2024 20:32
@s2b s2b changed the title Bugfix/vh data attributes [BUGFIX] Re-enable arbitrary aria- and data- arguments Jun 10, 2024
@s2b s2b requested a review from lolli42 June 10, 2024 20:34
@s2b s2b merged commit b00bc31 into main Jun 10, 2024
8 checks passed
@s2b s2b deleted the bugfix/vhDataAttributes branch June 10, 2024 20:51
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.

2 participants