mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
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
This commit is contained in:
@@ -89,7 +89,9 @@
|
||||
"crisp-edges",
|
||||
"high-quality",
|
||||
"pixelated",
|
||||
"smooth"
|
||||
"smooth",
|
||||
"optimizespeed=pixelated",
|
||||
"optimizequality=smooth"
|
||||
],
|
||||
"justify-content": [
|
||||
"flex-start",
|
||||
|
||||
@@ -181,6 +181,8 @@
|
||||
"nwse-resize",
|
||||
"oblique",
|
||||
"opaque",
|
||||
"optimizespeed",
|
||||
"optimizequality",
|
||||
"outset",
|
||||
"outside",
|
||||
"overline",
|
||||
|
||||
Reference in New Issue
Block a user