Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is my first OSS contribution, so excuse me if I've done anything incorrectly.
After performing site scan with Lighthouse, I found that
alt
attributes with empty values aren't being rendered, despite it being correct value:According to Lighthouse it negatively impacts SEO. I am not sure if the approach that I chose is the right one - extra condition in
render()
likewould also do the job, though it doesn't feel right. Also, since my solution is breaking change, I am wondering if I should keep the old init, depreciate it and make it call new init like: