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
We've seen a few false positives on <div> or <li> that contain a single word. The element's bounding box is the full line, so Alfa doesn't see that the text is actually short and doesn't need wrapping, and since the text is a single word Alfa doesn't find a soft wrap opportunity and flags it incorrectly.
We've seen a few false positives on
<div>
or<li>
that contain a single word. The element's bounding box is the full line, so Alfa doesn't see that the text is actually short and doesn't need wrapping, and since the text is a single word Alfa doesn't find a soft wrap opportunity and flags it incorrectly.The text was updated successfully, but these errors were encountered: