mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 21:12:08 +02:00
LibWeb: Add table-layout CSS property
This commit is contained in:
Notes:
sideshowbarker
2024-07-17 08:37:36 +09:00
Author: https://github.com/axgallo Commit: https://github.com/SerenityOS/serenity/commit/97512d0c76 Pull-request: https://github.com/SerenityOS/serenity/pull/20446
@@ -776,6 +776,8 @@ ErrorOr<RefPtr<StyleValue const>> ResolvedCSSStyleDeclaration::style_value_for_p
|
||||
return NumberStyleValue::create(layout_node.computed_values().stroke_opacity());
|
||||
case PropertyID::StrokeWidth:
|
||||
return style_value_for_length_percentage(layout_node.computed_values().stroke_width());
|
||||
case PropertyID::TableLayout:
|
||||
return IdentifierStyleValue::create(to_value_id(layout_node.computed_values().table_layout()));
|
||||
case PropertyID::TextAlign:
|
||||
return IdentifierStyleValue::create(to_value_id(layout_node.computed_values().text_align()));
|
||||
case PropertyID::TextDecorationLine: {
|
||||
|
||||
Reference in New Issue
Block a user