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

fix: aria-hidden expects a string as value #298

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

susnux
Copy link
Contributor

@susnux susnux commented Feb 23, 2024

aria-hidden expects a value of 'true' or 'false' as it is not a boolean property.

Because currently it results in <span aria-hidden ... instead of expected <span aria-hidden="true" ....

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
@robcresswell
Copy link
Owner

Oh damn, nice catch, I'll merge this over the weekend. Thanks!

@robcresswell robcresswell merged commit eb73e7d into robcresswell:dev Oct 7, 2024
3 checks passed
@susnux susnux deleted the fix/aria-hidden-value branch October 7, 2024 11:12
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