Problem/Motivation

Alt attribute is not set, your module always owerride this parameter.

Proposed resolution

Set alt attribute.

Next, maintainer, please do not close issue after resolving it, change the status to fixed only, commit this path using the command from summary under this issue, give credits.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

lamp5 created an issue. See original summary.

lamp5’s picture

Status: Active » Needs review
FileSize
903 bytes
sgostanyan’s picture

Thanks for finding this issue. I added the alt attribute with a slightly different approach.
Regarding the HTML5 rules, the alt attribute is mandatory and its value can be blank but it should not be the filename. However, I still set the filename without extensions, hoping the filename describes the file content.
The fix is included to the new release, so this issue is fixed and can be closed (please update the module). It doesn't prevent people using old versions to find that issue.
Also for the next issues, please ensure to select the right version of the module (version 8.x.1.x is no longer supported)

Thanks for contributing

sgostanyan’s picture

Status: Needs review » Fixed
sgostanyan’s picture

Status: Fixed » Closed (fixed)