mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:17:35 +00:00
LibWeb: Use Unicode data for CSS text-transform property
Previously it was only transforming ASCII characters.
This commit is contained in:
parent
8ed4ec9bc4
commit
ae28e3ff5c
2 changed files with 4 additions and 2 deletions
|
@ -380,6 +380,7 @@ set(GENERATED_SOURCES
|
|||
|
||||
serenity_lib(LibWeb web)
|
||||
target_link_libraries(LibWeb LibCore LibJS LibMarkdown LibGemini LibGUI LibGfx LibTextCodec LibProtocol LibImageDecoderClient LibWasm LibXML)
|
||||
link_with_unicode_data(LibWeb)
|
||||
|
||||
function(libweb_js_wrapper class)
|
||||
cmake_parse_arguments(PARSE_ARGV 1 LIBWEB_WRAPPER "ITERABLE" "" "")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue