The letter after an apostrophe should not be affected by text-transform:capitalize
Categories
(Core :: Layout: Text and Fonts, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr102 | --- | unaffected |
| firefox112 | --- | unaffected |
| firefox113 | --- | fixed |
| firefox114 | --- | fixed |
People
(Reporter: jfkthame, Assigned: jfkthame)
References
(Regression)
Details
(Keywords: regression)
Attachments
(2 files)
|
336 bytes,
text/html
|
Details | |
|
48 bytes,
text/x-phabricator-request
|
pascalc|PTO
:
approval-mozilla-beta+
|
Details | Review |
See https://bugzilla.mozilla.org/show_bug.cgi?id=1252962#c4 (spinning this off as a separate bug, as it's not really the same issue as bug 1252962 was about).
The change in bug 208789 improved cases like hyphenated words ("helter-skelter") or period-separated words or letters ("what.three.words", "c.a.g.e."), but we should exclude apostrophe (both the ASCII apostrophe U+0027 and the "curly" Unicode version U+2019) from the heuristics there.
Comment 1•3 years ago
|
||
Interactive demo
Comment 2•3 years ago
|
||
Set release status flags based on info from the regressing bug 208789
| Assignee | ||
Comment 3•3 years ago
|
||
Updated•3 years ago
|
Comment 6•3 years ago
|
||
| bugherder | ||
Comment 7•3 years ago
|
||
The patch landed in nightly and beta is affected.
:jfkthame, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- If no, please set
status-firefox113towontfix.
For more information, please visit auto_nag documentation.
| Assignee | ||
Comment 8•3 years ago
|
||
Comment on attachment 9328152 [details]
Bug 1827604 - Special-case the apostrophe characters in text-transform:capitalize heuristics. r=#layout-reviewers
Beta/Release Uplift Approval Request
- User impact if declined: Poor result of text-transform:capitalize in a few cases
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Trivial patch to special-case a couple of characters in capitalization processing
- String changes made/needed:
- Is Android affected?: Yes
Comment on attachment 9328152 [details]
Bug 1827604 - Special-case the apostrophe characters in text-transform:capitalize heuristics. r=#layout-reviewers
Approved for 113 beta 4, thanks.
Comment 10•3 years ago
|
||
| bugherder uplift | ||
Description
•