mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
LibWeb: Add selector support to the new CSSParser
This is stolen from the old parser, but it seems to parse fine :^)
This commit is contained in:
parent
5acac54085
commit
55446172cb
Notes:
sideshowbarker
2024-07-18 18:53:12 +09:00
Author: https://github.com/stelar7
Commit: 55446172cb
Pull-request: https://github.com/SerenityOS/serenity/pull/6740
Reviewed-by: https://github.com/alimpfard
6 changed files with 236 additions and 2 deletions
|
@ -161,7 +161,7 @@ String StyleFunctionRule::to_string() const
|
|||
builder.append(m_name);
|
||||
builder.append("(");
|
||||
append_raw(builder, ", ", m_values);
|
||||
builder.append(");");
|
||||
builder.append(")");
|
||||
|
||||
return builder.to_string();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue