Skip to content

[css-images] Add a way to indicate that a CSS image should be decoded asynchronously #2095

@smfr

Description

@smfr

Similarly to how we're adding a way for authors to specify that content images should be able to be decoded asynchronously by the UA (whatwg/html#1920), we should add a way for authors to say that CSS images can be decoded async.

Async decoding here implies that there may be frames rendered after the time that the "load" event for an Image with the same URL as the CSS image in which the image does not appear.

This would probably be some kind of new argument to the image() function.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions