Images 💾

Last commit ⭐

commit c4ef4fcd726a8450cf82c3e794f3eaeeb9c3d6bb
Author:     Sam Atkins <atkinssj@serenityos.org>
AuthorDate: Thu Jun 16 16:05:53 2022 +0100
Commit:     Linus Groh <mail@linusgroh.de>
CommitDate: Thu Jun 16 17:36:13 2022 +0100

    LibWeb: Add deprecated `image-rendering` values
    
    From the spec:
    
    > This property previously accepted the values optimizeSpeed and
      optimizeQuality. These are now deprecated; a user agent must accept
      them as valid values but must treat them as having the same behavior
      as pixelated and smooth respectively, and authors must not use them.
    
    - https://www.w3.org/TR/css-images-3/#the-image-rendering