mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 18:20:43 +09:00
LibWeb/CSS: Use initial values for @font-face
descriptors
This commit is contained in:
parent
d2c58e9376
commit
775efd01e2
Notes:
github-actions[bot]
2025-04-07 09:02:19 +00:00
Author: https://github.com/AtkinsSJ
Commit: 775efd01e2
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4224
3 changed files with 23 additions and 16 deletions
|
@ -33,6 +33,7 @@ public:
|
|||
virtual StringView get_property_priority(StringView property) const override;
|
||||
|
||||
RefPtr<CSSStyleValue const> descriptor(DescriptorID) const;
|
||||
RefPtr<CSSStyleValue const> descriptor_or_initial_value(DescriptorID) const;
|
||||
|
||||
WebIDL::ExceptionOr<void> set_ascent_override(StringView value);
|
||||
String ascent_override() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue