mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-18 00:09:44 +00:00
LibWeb/CSS: Add -webkit-filter
as a legacy alias
Some checks are pending
CI / macOS, arm64, Sanitizer, Clang (push) Waiting to run
CI / Linux, x86_64, Fuzzers, Clang (push) Waiting to run
CI / Linux, x86_64, Sanitizer, GNU (push) Waiting to run
CI / Linux, x86_64, Sanitizer, Clang (push) Waiting to run
Package the js repl as a binary artifact / Linux, arm64 (push) Waiting to run
Package the js repl as a binary artifact / macOS, arm64 (push) Waiting to run
Package the js repl as a binary artifact / Linux, x86_64 (push) Waiting to run
Run test262 and test-wasm / run_and_update_results (push) Waiting to run
Lint Code / lint (push) Waiting to run
Label PRs with merge conflicts / auto-labeler (push) Waiting to run
Push notes / build (push) Waiting to run
Some checks are pending
CI / macOS, arm64, Sanitizer, Clang (push) Waiting to run
CI / Linux, x86_64, Fuzzers, Clang (push) Waiting to run
CI / Linux, x86_64, Sanitizer, GNU (push) Waiting to run
CI / Linux, x86_64, Sanitizer, Clang (push) Waiting to run
Package the js repl as a binary artifact / Linux, arm64 (push) Waiting to run
Package the js repl as a binary artifact / macOS, arm64 (push) Waiting to run
Package the js repl as a binary artifact / Linux, x86_64 (push) Waiting to run
Run test262 and test-wasm / run_and_update_results (push) Waiting to run
Lint Code / lint (push) Waiting to run
Label PRs with merge conflicts / auto-labeler (push) Waiting to run
Push notes / build (push) Waiting to run
This commit is contained in:
parent
6e6507c8c5
commit
062862f315
Notes:
github-actions[bot]
2025-07-23 07:33:48 +00:00
Author: https://github.com/tcl3
Commit: 062862f315
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5573
Reviewed-by: https://github.com/gmta ✅
4 changed files with 133 additions and 0 deletions
|
@ -83,6 +83,9 @@
|
|||
"-webkit-box-sizing": {
|
||||
"legacy-alias-for": "box-sizing"
|
||||
},
|
||||
"-webkit-filter": {
|
||||
"legacy-alias-for": "filter"
|
||||
},
|
||||
"-webkit-flex": {
|
||||
"legacy-alias-for": "flex"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue