ITADN

`FontFamilyName::parse_css_list`'s detection of generic families should be case-insensitive

#596OpenRandom-Scientist 创建于 2026-03-29
expected: `parse_css_list("SERIF") => FontFamilyName::Generic(GenericFamily::Serif)` actual: `parse_css_list("SERIF") => FontFamilyName::Named(...)` expected behavior matches the observed behavior in Firefox
0 条评论