mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-05 06:32:26 +02:00
LibWeb: Parse aspect-ratio property
Parse it, store the result in the ComputedValues, and also expose it to ResolvedCSSStyleDeclaration.
This commit is contained in:
committed by
Andreas Kling
parent
5e3da93f1a
commit
6fd3b39bef
@@ -138,6 +138,17 @@
|
||||
"appearance"
|
||||
]
|
||||
},
|
||||
"aspect-ratio": {
|
||||
"affects-layout": true,
|
||||
"inherited": false,
|
||||
"initial": "auto",
|
||||
"valid-types": [
|
||||
"ratio"
|
||||
],
|
||||
"valid-identifiers":[
|
||||
"auto"
|
||||
]
|
||||
},
|
||||
"backdrop-filter": {
|
||||
"affects-layout": false,
|
||||
"affects-stacking-context": true,
|
||||
|
||||
Reference in New Issue
Block a user