mirror of
https://github.com/RGBCube/serenity
synced 2025-05-24 01:15:07 +00:00
LibWeb: Update the CSS prefix to -libweb
This commit is contained in:
parent
80f43ffc27
commit
c00076de82
3 changed files with 3 additions and 3 deletions
|
@ -158,7 +158,7 @@ NonnullRefPtr<StyleValue> parse_css_value(const StringView& string)
|
|||
if (color.has_value())
|
||||
return ColorStyleValue::create(color.value());
|
||||
|
||||
if (string == "-libhtml-link")
|
||||
if (string == "-libweb-link")
|
||||
return IdentifierStyleValue::create(CSS::ValueID::VendorSpecificLink);
|
||||
|
||||
return StringStyleValue::create(string);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue