mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
Accessibility: Add missing alt attribute on decorative images
- Quick create - Global search - Breadcrumbs
This commit is contained in:
@@ -84,7 +84,8 @@ $(function()
|
||||
}
|
||||
else if (oEntry['icon'].length > 0)
|
||||
{
|
||||
sIconSpec = '<span class="ibo-breadcrumbs--item-icon"><img src="'+oEntry['icon']+'"/></span>';
|
||||
// Mind the empty "alt" attribute https://www.w3.org/WAI/tutorials/images/decorative/
|
||||
sIconSpec = '<span class="ibo-breadcrumbs--item-icon"><img src="'+oEntry['icon']+'" alt=""/></span>';
|
||||
}
|
||||
|
||||
var sTitle = oEntry['description'],
|
||||
|
||||
Reference in New Issue
Block a user