Bug 95836
| Summary: | RenderQuote ignores CLDR parentLocale associations | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Nicholas Shanks <nickshanks> |
| Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | ap, bfulgham, esprehn, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://unicode.org/cldr/trac/browser/trunk/common/supplemental/supplementalData.xml | ||
Nicholas Shanks
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Nicholas Shanks
Also see bug 95835
Alexey Proskuryakov
Could you please elaborate on how this affects end result? Do you have a test case?
Elliott Sprehn
We should just generate associations like the below from the XML.
table.set("en_GB", table.get("en"));
Radar WebKit Bug Importer
<rdar://problem/96962273>