NEW95836
RenderQuote ignores CLDR parentLocale associations
https://bugs.webkit.org/show_bug.cgi?id=95836
Summary RenderQuote ignores CLDR parentLocale associations
Nicholas Shanks
Reported 2012-09-05 03:22:08 PDT
Bug 93424 added a whole load of quote characters derived from Unicode's CLDR data. The language codes used ignore the <parentLocales> element from http://unicode.org/cldr/trac/browser/trunk/common/supplemental/supplementalData.xml Ideally, WebKit's @lang, @xml:lang and :lang() handling would have knowledge of these parent locales, and apply them universally. Failing that, RenderQuote should be amended to handle child locales (where they differ from the fallback language's quotes).
Attachments
Nicholas Shanks
Comment 1 2012-09-05 03:23:30 PDT
Also see bug 95835
Alexey Proskuryakov
Comment 2 2012-09-05 09:32:31 PDT
Could you please elaborate on how this affects end result? Do you have a test case?
Elliott Sprehn
Comment 3 2012-09-06 11:51:22 PDT
We should just generate associations like the below from the XML. table.set("en_GB", table.get("en"));
Radar WebKit Bug Importer
Comment 4 2022-07-13 11:01:43 PDT
Note You need to log in before you can comment on or make changes to this bug.