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
Thanks for the issue. I took a look at this and what I believe is happening is that the anchor in question is not fully loaded when the test is being run. When the page is first loaded the anchor is offscreen and appears to be empty, causing the anchor to be flagged as a violation.
However when the page is scrolled to the bottom the anchor is then populated with the App Store image. At that point the anchor gets an accessible name from the picture element and does not trigger a violation.
Since the anchor is present on the page before it is populated with an accessible name, axe is correctly flagging this as an issue (since screen readers can access the anchor before it becomes populated).
Product
axe Extension
Product Version
4.10.2
Latest Version
Issue Description
Expectation
I expect a link with its name coming from an alt within a nested
<picture>
element to passEnsure links have discernible text
Actual
The
a
is flagged as having no link text.How to Reproduce
Open Chrome extension and run on this page https://www.argos.co.uk/product/2079998?clickCSR=slp:cannedSearch
Additional context
The text was updated successfully, but these errors were encountered: