mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-05 15:49:15 +00: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:
parent
861bcbd9ad
commit
2af7016a77
Notes:
github-actions[bot]
2025-08-11 16:11:54 +00:00
Author: https://github.com/Calme1709
Commit: 2af7016a77
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
5 changed files with 7 additions and 58 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue