mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
LibWeb: Add dumping code for keyframe/keyframes rules
This commit is contained in:
parent
fbdef98307
commit
90d466e7e9
Notes:
github-actions[bot]
2025-05-08 15:22:33 +00:00
Author: https://github.com/AtkinsSJ
Commit: 90d466e7e9
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4654
2 changed files with 24 additions and 1 deletions
|
@ -27,6 +27,8 @@ void dump_style_properties(StringBuilder&, CSS::CSSStyleProperties const&, int i
|
|||
void dump_descriptors(StringBuilder&, CSS::CSSDescriptors const&, int indent_levels = 0);
|
||||
void dump_font_face_rule(StringBuilder&, CSS::CSSFontFaceRule const&, int indent_levels = 0);
|
||||
void dump_import_rule(StringBuilder&, CSS::CSSImportRule const&, int indent_levels = 0);
|
||||
void dump_keyframe_rule(StringBuilder&, CSS::CSSKeyframeRule const&, int indent_levels = 0);
|
||||
void dump_keyframes_rule(StringBuilder&, CSS::CSSKeyframesRule const&, int indent_levels = 0);
|
||||
void dump_media_rule(StringBuilder&, CSS::CSSMediaRule const&, int indent_levels = 0);
|
||||
void dump_style_rule(StringBuilder&, CSS::CSSStyleRule const&, int indent_levels = 0);
|
||||
void dump_supports_rule(StringBuilder&, CSS::CSSSupportsRule const&, int indent_levels = 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue