Alt text issue - "null" not picked up by accessibility checkers

I have run a couple of accessibility tests on my website - the WAVE chrome app and achecker.ca

They tell me there is an issue with my logo not having ALT TEXT.

When I Chrome inspect the page HTML there is an ALT, but no =""

Screenshot%2028-10-2019%2021-06-40

This is clearly what the accessibility checker is picking up.

When I look at the HTML in the Designer I get
<div class="nav-bar w-container"><a href="/" class="logo-link w-nav-brand"><img src="images/logo-and-name.svg" width="298" alt=""></a>
which seems fine.

When I copy the Element from the Chrome Inspect and drop it into Codepen I get
<a href="/" class="logo-link w-nav-brand w--current"><img src="https://uploads-ssl.webflow.com/5cfa6a800dbfbe2735548a2b/5d3b19765216e3d8e5948cc6_logo%20and%20name.svg" width="298" alt=""></a>

What’s going on? Why aren’t the accessibility checkers picking up the alt text?

Thanks
Jonathan


Here is my site Read-Only: https://preview.webflow.com/preview/sebacic?utm_medium=preview_link&utm_source=designer&utm_content=sebacic&preview=7ead76beb05adaa505929470e71e2eb3&pageId=5d3fdfc42bc0d06903f103cf&mode=preview
(how to share your site Read-Only link)

@Jonathan_Holden → please share your public URI, and a read-only link when posting to the bugs topic category.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.