Skip to content

[css-images-4] image-set 1x equivalence #2653

@jonathantneal

Description

@jonathantneal

Would an image-set() with a single 1x image be equivalent to not using image-set() to begin with? Or is there a scenario where a browser should not meet the 1x threshold?

header {
  background-image: image-set(url("image@1x.png") 1x);
}

In other words, presuming the above code, is there a scenario where a browser supporting image-set would not attempt to use image@1x.png?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions