mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 09:39:39 +00:00
LibWeb/CSS: Add CSSFontFaceDescriptors type
This is a CSSOM type that holds the descriptors for a CSSFontFaceRule, but this commit only adds it without using it.
This commit is contained in:
parent
1bc73ed4a8
commit
cb8511772d
Notes:
github-actions[bot]
2025-04-04 09:41:56 +00:00
Author: https://github.com/AtkinsSJ
Commit: cb8511772d
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4206
7 changed files with 538 additions and 0 deletions
|
@ -23,6 +23,7 @@ libweb_js_bindings(Crypto/SubtleCrypto)
|
|||
libweb_js_bindings(CSS/AnimationEvent)
|
||||
libweb_js_bindings(CSS/CSSAnimation)
|
||||
libweb_js_bindings(CSS/CSSConditionRule)
|
||||
libweb_js_bindings(CSS/CSSFontFaceDescriptors)
|
||||
libweb_js_bindings(CSS/CSSFontFaceRule)
|
||||
libweb_js_bindings(CSS/CSSGroupingRule)
|
||||
libweb_js_bindings(CSS/CSSImportRule)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue