mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
LibWeb: Add ol start and li value attributes support
This commit is contained in:
parent
d2fbc15f5d
commit
1cdbfc2ff1
Notes:
sideshowbarker
2024-07-16 21:39:23 +09:00
Author: https://github.com/bplaat
Commit: 1cdbfc2ff1
Pull-request: https://github.com/SerenityOS/serenity/pull/21408
Reviewed-by: https://github.com/AtkinsSJ
10 changed files with 189 additions and 16 deletions
|
@ -25,6 +25,8 @@ private:
|
|||
bool has_svg_root = false;
|
||||
};
|
||||
|
||||
i32 calculate_list_item_index(DOM::Node&);
|
||||
|
||||
ErrorOr<void> create_layout_tree(DOM::Node&, Context&);
|
||||
|
||||
void push_parent(Layout::NodeWithStyle& node) { m_ancestor_stack.append(node); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue