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
aria-allowed-attr — the With result and actions input carries aria-expanded and aria-controls on a plain text input. Neither is permitted
on the implicit textbox role.
aria-valid-attr-value — aria-controls references a panel id that only
exists while the panel is open (@if in one story, a CDK overlay in the other),
so while closed it points at nothing.
landmark-unique — tedi-search renders a role="search" landmark named
from its label. Sizes renders 9 and States 6, all named "Otsing", so screen
reader users get an unusable landmark list.
Problem
aria-allowed-attr— the With result and actions input carriesaria-expandedandaria-controlson a plain text input. Neither is permittedon the implicit
textboxrole.aria-valid-attr-value—aria-controlsreferences a panel id that onlyexists while the panel is open (
@ifin one story, a CDK overlay in the other),so while closed it points at nothing.
landmark-unique—tedi-searchrenders arole="search"landmark namedfrom its label. Sizes renders 9 and States 6, all named "Otsing", so screen
reader users get an unusable landmark list.