benjaminkott / benjaminkott/bootstrap_package
Usage of deprecated attribute "intrinsicsize" for images
Open
task
- Dominant language
- PHP
- Stars
- 355
- Forks
- 212
- Avg merge
- 1h 4m
- Merged PRs (30d)
- 31
Description
The attribute "intrinsicsize" seems to be deprecated, see e.g. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img
And the HTML validator says:
`Error: Attribute intrinsicsize not allowed on element img at this point.`
Also, when I fully understand the functionality of "intrinsicsize", it shouldn't contain the same values than the "width" and "height" attribute. The attribute "intrinsicsize" only makes sense when setting different image dimensions.
I think you can remove this attribute without substitution.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.