We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
<img>
alt=""
1 parent df9ce85 commit f484ce3Copy full SHA for f484ce3
src/util/implicitRoles/img.js
@@ -7,7 +7,7 @@ export default function getImplicitRoleForImg(attributes) {
7
const alt = getProp(attributes, 'alt');
8
9
if (alt && getLiteralPropValue(alt) === '') {
10
- return 'presentation';
+ return '';
11
}
12
13
return 'img';
0 commit comments