A11Y: Category logos are decorative, set empty alt (#12830)

This commit is contained in:
Kris 2021-04-26 18:54:56 -04:00 committed by GitHub
parent a74783d157
commit ed373b2e7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 3 deletions

View File

@ -10,6 +10,7 @@
class="logo"
width=c.uploaded_logo.width
height=c.uploaded_logo.height
alt=""
}}
{{/if}}
{{/unless}}

View File

@ -9,6 +9,7 @@
class="logo"
width=c.uploaded_logo.width
height=c.uploaded_logo.height
alt=""
}}
{{/if}}
</div>
@ -59,7 +60,8 @@
src=sc.uploaded_logo.url
class="logo"
width=sc.uploaded_logo.width
height=sc.uploaded_logo.height}}
height=sc.uploaded_logo.height
alt=""}}
</span>
{{category-link sc hideParent="true"}}
</a>

View File

@ -11,6 +11,7 @@
src=category.uploaded_logo.url
class="category-logo"
width=category.uploaded_logo.width
height=category.uploaded_logo.height}}
height=category.uploaded_logo.height
alt=""}}
{{/if}}
</a>

View File

@ -1,5 +1,5 @@
{{#if src}}
<div class="{{class}} aspect-image" style={{style}}>
<img src={{cdnSrc}} width={{width}} height={{height}}>
<img src={{cdnSrc}} width={{width}} height={{height}} alt={{alt}}>
</div>
{{/if}}

View File

@ -7,6 +7,7 @@
class="category-logo"
width=category.uploaded_logo.width
height=category.uploaded_logo.height
alt=""
}}
{{#if category.description}}