jonkemp / jonkemp/gulp-inline-css
Alt attribute being stripped
Open
- Dominant language
- JavaScript
- Stars
- 271
- Forks
- 28
- PR merge metrics
- No merged PRs in 30d
Description
For `img` when an image is decorative, the best practise is to have an empty alt description like so:
```
```
When the document is generated via Jekyll, I get the output I expect above.
When it is ran through this plugin, it seems to be rewriting the alt tag.
```
```
Which is not the desired outcome.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.