[csswg-drafts] Pull Request: [css-images-4] Allow omitting resolution/type in image-set()

cdoublev has just submitted a new pull request for https://github.com/w3c/csswg-drafts:

== [css-images-4] Allow omitting resolution/type in image-set() ==
Editorial.

  > Each `<image-set-option>` defines a possible image [...] composed of three parts:
  >
  > - An image reference (required) [...]
  > - A `<resolution>` **(optional)** [...]
  > - A `type( <string> )` function **(optional)** [...]

But currently optional parts are not optionals:

  > `<image-set-option> = [ <image> | <string> ] [ <resolution> || type(<string>) ]`

See https://github.com/w3c/csswg-drafts/pull/9571


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 8 November 2023 13:29:01 UTC