Closed
Bug 1322989
Opened 7 years ago
Closed 7 years ago
When applying text-transform:uppercase to Greek, the accent on disjunctive eta (ή) should not be removed
Categories
(Core :: Internationalization, defect)
Core
Internationalization
Tracking
()
RESOLVED
FIXED
mozilla53
Tracking | Status | |
---|---|---|
firefox53 | --- | fixed |
People
(Reporter: jfkthame, Assigned: jfkthame)
References
(Blocks 1 open bug, )
Details
(Keywords: dev-doc-complete)
Attachments
(2 files)
12.98 KB,
patch
|
m_kato
:
review+
|
Details | Diff | Splinter Review |
2.76 KB,
patch
|
m_kato
:
review+
|
Details | Diff | Splinter Review |
This was mentioned in bug 307039 (see discussion at bug 307039 comment 65 and following), but never followed up. One of the CSS Text testcases (text-transform-tailoring-005) covers this; see the URL field. Currently, we fail that test.
Updated•7 years ago
|
Keywords: dev-doc-needed
Assignee | ||
Comment 1•7 years ago
|
||
Assuming this is a behavior we want to support, here's a patch that fixes it so that we pass the related CSSWG testcase.
Attachment #8819279 -
Flags: review?(m_kato)
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → jfkthame
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•7 years ago
|
||
And a simple reftest that exercises this.
Attachment #8819280 -
Flags: review?(m_kato)
Updated•7 years ago
|
Attachment #8819279 -
Flags: review?(m_kato) → review+
Updated•7 years ago
|
Attachment #8819280 -
Flags: review?(m_kato) → review+
Assignee | ||
Comment 3•7 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/422af49b7ae8cb9218457535c8b0d3f4bec5f467 Bug 1322989 - Preserve accent on Greek disjunctive eta (ή) when applying text-transform:uppercase. r=m_kato https://hg.mozilla.org/integration/mozilla-inbound/rev/f9455be3e7f59f00bfc209aebc471073e23f20a7 Bug 1322989 - Reftest for uppercasing of Greek disjunctive eta (ή). r=m_kato
Backout by cbook@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/23eb084202f6 Backed out changeset f9455be3e7f5 https://hg.mozilla.org/integration/mozilla-inbound/rev/9034d9e08ee3 Backed out changeset 422af49b7ae8 for bustage
Comment 5•7 years ago
|
||
backed out for bustage like https://treeherder.mozilla.org/logviewer.html#?job_id=40811759&repo=mozilla-inbound
Flags: needinfo?(jfkthame)
Assignee | ||
Comment 6•7 years ago
|
||
Oops, sorry - I forgot we require those to be annotated these days. Will fix.
Flags: needinfo?(jfkthame)
Assignee | ||
Comment 7•7 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/d12ee8da73bc3448251d07b284a698a7b336842a Bug 1322989 - Preserve accent on Greek disjunctive eta (ή) when applying text-transform:uppercase. r=m_kato https://hg.mozilla.org/integration/mozilla-inbound/rev/4d651df764664db0b6be181a7da57d8e5435e508 Bug 1322989 - Reftest for uppercasing of Greek disjunctive eta (ή). r=m_kato
Comment 8•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/d12ee8da73bc https://hg.mozilla.org/mozilla-central/rev/4d651df76466
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox53:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
Comment 9•7 years ago
|
||
I've made sure that this requirement is successfully described on the text-transform ref page: https://developer.mozilla.org/en-US/docs/Web/CSS/text-transform I've also added a note to the Fx53 release notes: https://developer.mozilla.org/en-US/Firefox/Releases/53#CSS Let me know if you think anything else is required for the docs. Thanks!
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•