django-material-admin
django-material-admin copied to clipboard
Liniting - Replace this <i> tag by <em> and "alt" for img src
Many of the html assets show the below items as bugs in scanners and linters.
- Replace this
<i> tag by <em>
- Add an
"alt"
attribute to this image.
Would it be possible to update the assets to followup the above compliant replacements?
Many thanks!
<i>
tags in modern HTML are not used for Italic but icons. And still it's a compliant tag, as it has not been removed from standards.