mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-05 07:39:16 +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
|
@ -169,7 +169,7 @@ Optional<Parser::PropertyAndValue> Parser::parse_css_value_for_properties(Readon
|
|||
return parsed.release_value();
|
||||
if (auto parsed = parse_for_type(ValueType::Ratio); parsed.has_value())
|
||||
return parsed.release_value();
|
||||
if (auto parsed = parse_for_type(ValueType::OpenTypeTag); parsed.has_value())
|
||||
if (auto parsed = parse_for_type(ValueType::OpentypeTag); parsed.has_value())
|
||||
return parsed.release_value();
|
||||
if (auto parsed = parse_for_type(ValueType::Rect); parsed.has_value())
|
||||
return parsed.release_value();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue