mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:18:11 +00:00
Userland: Fix typos
This commit is contained in:
parent
971d60c329
commit
6c9bc18a79
6 changed files with 17 additions and 17 deletions
|
@ -2025,7 +2025,7 @@ RefPtr<StyleValue> Parser::parse_border_radius_shorthand_value(ParsingContext co
|
|||
|
||||
RefPtr<StyleValue> Parser::parse_box_shadow_value(ParsingContext const& context, Vector<StyleComponentValueRule> const& component_values)
|
||||
{
|
||||
// FIXME: Also support inset, spread-radius and multiple comma-seperated box-shadows
|
||||
// FIXME: Also support inset, spread-radius and multiple comma-separated box-shadows
|
||||
Length offset_x {};
|
||||
Length offset_y {};
|
||||
Length blur_radius {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue