mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
LibWeb/CSS: Implement CSSRotate
Equivalent to the rotate() transform functions. +39 WPT subtests.
This commit is contained in:
parent
c7d22d8cfd
commit
d348d8d9b8
Notes:
github-actions[bot]
2025-09-24 11:29:41 +00:00
Author: https://github.com/AtkinsSJ
Commit: d348d8d9b8
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6227
11 changed files with 335 additions and 46 deletions
|
|
@ -54,6 +54,7 @@ libweb_js_bindings(CSS/CSSNumericValue)
|
|||
libweb_js_bindings(CSS/CSSPageRule)
|
||||
libweb_js_bindings(CSS/CSSPageDescriptors)
|
||||
libweb_js_bindings(CSS/CSSPropertyRule)
|
||||
libweb_js_bindings(CSS/CSSRotate)
|
||||
libweb_js_bindings(CSS/CSSRule)
|
||||
libweb_js_bindings(CSS/CSSRuleList)
|
||||
libweb_js_bindings(CSS/CSSStyleDeclaration)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue