mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 19:59:17 +00:00
LibWeb: Convert remaining CSS identifiers to use IdentifierStyleValue
This commit is contained in:
parent
96233bfc53
commit
6e7edd6e77
Notes:
sideshowbarker
2024-07-19 00:52:20 +09:00
Author: https://github.com/awesomekling
Commit: 6e7edd6e77
4 changed files with 138 additions and 51 deletions
|
@ -163,7 +163,7 @@ String IdentifierStyleValue::to_string() const
|
|||
case CSS::ValueID::VendorSpecificPaletteSyntaxPreprocessorValue:
|
||||
return "-libweb-palette-syntax-preprocessor-value";
|
||||
default:
|
||||
ASSERT_NOT_REACHED();
|
||||
return String::formatted("-fixme-css-value-id-{}", (int)id());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue