bootstrap_package icon indicating copy to clipboard operation
bootstrap_package copied to clipboard

Usage of deprecated attribute "intrinsicsize" for images

Open SventB opened this issue 5 years ago • 1 comments

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.

SventB avatar Dec 03 '20 21:12 SventB

The intrinsicsize Attribute ist not valid anymore W3C Says: Attribute intrinsicsize not allowed on element img at this point.

akroii avatar Mar 17 '22 09:03 akroii