mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:37:35 +00:00
LibWeb: Add vertical-align to ComputedValues
This commit is contained in:
parent
c9f4759329
commit
1cdbd377e7
6 changed files with 89 additions and 0 deletions
|
@ -198,6 +198,8 @@ void NodeWithStyle::apply_style(const CSS::StyleProperties& specified_style)
|
|||
m_font = specified_style.computed_font();
|
||||
m_line_height = specified_style.line_height(*this);
|
||||
|
||||
computed_values.set_vertical_align(specified_style.vertical_align());
|
||||
|
||||
{
|
||||
auto attachments = specified_style.property(CSS::PropertyID::BackgroundAttachment);
|
||||
auto clips = specified_style.property(CSS::PropertyID::BackgroundClip);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue