mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibWeb: Rename ValueType::OpenTypeTag to ValueType::OpentypeTag
This is the correct capitalization in line with what it is called in the spec "opentype-tag".
This commit is contained in:
Notes:
github-actions[bot]
2025-08-11 16:11:54 +00:00
Author: https://github.com/Calme1709 Commit: https://github.com/LadybirdBrowser/ladybird/commit/2af7016a77e Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5734 Reviewed-by: https://github.com/AtkinsSJ ✅ Reviewed-by: https://github.com/Hendiadyoin1 Reviewed-by: https://github.com/gmta Reviewed-by: https://github.com/tcl3
@@ -4717,7 +4717,7 @@ RefPtr<StyleValue const> Parser::parse_value(ValueType value_type, TokenStream<C
|
||||
return parse_length_value(tokens);
|
||||
case ValueType::Number:
|
||||
return parse_number_value(tokens);
|
||||
case ValueType::OpenTypeTag:
|
||||
case ValueType::OpentypeTag:
|
||||
return parse_opentype_tag_value(tokens);
|
||||
case ValueType::Paint:
|
||||
return parse_paint_value(tokens);
|
||||
|
||||
Reference in New Issue
Block a user