原文
Issues with the CSS images and other replaced content. This includes loading, layout, and rendering of CSS images (such as in background-image), and the layout of HTML img, picture, video, iframe, frame, and frameset elements. For issues with image decoding and video playback, see the ImageLib and Audio/Video components respectively.
Example bugs:
- SVG as image with an intrinsic width and max-height has its width incorrectly scaled down by the same ratio as the height is scaled down
- <iframe> has incorrect default size in vertical writing mode
Specifications covered:
- CSS Backgrounds
- CSS Images