mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
ICU will canonicalize "yes" to "true" in all Unicode keywords. This is a bug - only some keywords should undergo this change. It will then change "true" to the empty string. This is a known ICU bug, which we can avoid for now by detecting which keywords should retain their "yes" value.