[wpt-sync] Sync PR 34589 - LayoutQuote matching should use CLDR locales
Categories
(Core :: Layout: Generated Content, Lists, and Counters, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox104 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 34589 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/34589
Details from upstream follow.
Di Zhang <dizhangg@chromium.org> wrote:
LayoutQuote matching should use CLDR locales
Previously, we were using the table of quotes from WhatWG. That list is
now outdated. It would be better practice to use the latest CLDR
locales through calling the ICU APIs.In this CL, we are calling
uloc_openAvailableByTypeto get all locales
andulocdata_getDelimiter()to get the delimiter of a given locale.Change-Id: I2bbcf533786eab3f0ed29faca177fbcc9a20ba87
Fixed: 1336790
Fixed: 1143232
Reviewed-on: https://chromium-review.googlesource.com/3723302
WPT-Export-Revision: 315b4e26ac16094e74e5677d4043dc8ec5712ccd
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Comment 1•3 years ago
|
||
| Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests
Status Summary
Firefox
FAIL: 1
Chrome
FAIL: 1
Safari
FAIL: 1
Links
Details
New Tests That Don't Pass
- /css/css-content/quotes-034.html [wpt.fyi]:
FAIL(Chrome:FAIL, Safari:FAIL)
Comment 4•3 years ago
|
||
| bugherder | ||
Description
•