A11Y: Category logos are decorative, set empty alt (#12830)
This commit is contained in:
parent
a74783d157
commit
ed373b2e7b
|
@ -10,6 +10,7 @@
|
|||
class="logo"
|
||||
width=c.uploaded_logo.width
|
||||
height=c.uploaded_logo.height
|
||||
alt=""
|
||||
}}
|
||||
{{/if}}
|
||||
{{/unless}}
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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}}
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
class="category-logo"
|
||||
width=category.uploaded_logo.width
|
||||
height=category.uploaded_logo.height
|
||||
alt=""
|
||||
}}
|
||||
|
||||
{{#if category.description}}
|
||||
|
|
Loading…
Reference in New Issue