You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want my application to pass WCAG 2.0 https://www.w3.org/TR/2008/REC-WCAG20-20081211/
but I am facing an issue with the label of input text. Currently there is an dynamicId that sets the id of the input type But the label "for=" attribute is pointing to something else.
The issue appeared also in your demo
(copy outer html from developer tools past it in https://achecker.ca/checker/index.php and check it)
If I remove the [dynamicId] attribute the error is not persist any more. Any suggestions?
Regards,
S.
The text was updated successfully, but these errors were encountered:
if you are going to your live material example and inspect the "First Name" field you will see that input has "id=firstName" but the attribute "for" of its label is "for=mat-input-3"
which means that the label is pointing to "undefined" input.
I'm submitting a
I'm using
Description
Hi @udos86
I am facing 2 issues
I was using material version 5.0.0-rc.0, I tried to update it to 5.0.1 but the following error was occurred
[Violation] Added non-passive event listener to a scroll-blocking 'touchstart' event. Consider marking event handler as 'passive' to make the page more responsive. angular/components#4221
have you done anything about this? as I cannot see any "warnings" while I am running your version.
please notice that despite is appeared as warning is very critical because it slows down a lot the hole application. (2-3 sec to render a simple form)
I want my application to pass WCAG 2.0
https://www.w3.org/TR/2008/REC-WCAG20-20081211/
but I am facing an issue with the label of input text. Currently there is an dynamicId that sets the id of the input type But the label "for=" attribute is pointing to something else.
The issue appeared also in your demo
(copy outer html from developer tools past it in https://achecker.ca/checker/index.php and check it)
If I remove the [dynamicId] attribute the error is not persist any more. Any suggestions?
Regards,
S.
The text was updated successfully, but these errors were encountered: