mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 21:47:45 +00:00
LibWeb: Allow percentages on CSS transform scale functions
This commit is contained in:
parent
57ea3e160a
commit
c443f80137
9 changed files with 63 additions and 11 deletions
|
@ -150,11 +150,11 @@
|
|||
"scale": {
|
||||
"parameters": [
|
||||
{
|
||||
"type": "<number>",
|
||||
"type": "<number-percentage>",
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"type": "<number>",
|
||||
"type": "<number-percentage>",
|
||||
"required": false
|
||||
}
|
||||
]
|
||||
|
@ -162,7 +162,7 @@
|
|||
"scaleX": {
|
||||
"parameters": [
|
||||
{
|
||||
"type": "<number>",
|
||||
"type": "<number-percentage>",
|
||||
"required": true
|
||||
}
|
||||
]
|
||||
|
@ -170,7 +170,7 @@
|
|||
"scaleY": {
|
||||
"parameters": [
|
||||
{
|
||||
"type": "<number>",
|
||||
"type": "<number-percentage>",
|
||||
"required": true
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue