Recommendation on empty aria-label
attributes
#16651
Unanswered
danielchalmers
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Do you have a minimal test case in Codepen to see this in practice? Otherwise it is hard to say. |
Beta Was this translation helpful? Give feedback.
1 reply
-
This will probably not have any negative influence on screen reader's behavior, at least speaking for NVDA. It would be good to see a minimal test case on codepen like a minimal webpage or something like that. From the code snipped you set it doesn't seem to have any negative effect. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have a text property binding for an
aria-label
in Blazor. If the property value isHello
thenaria-label=Hello
.Is it a concern if the property is null or empty and the DOM has an empty
aria-label
with no value? How is that handled? Thanks.Beta Was this translation helpful? Give feedback.
All reactions