RESOLVED FIXED 53207
[Chromium] Simplify small caps logic in complex text on linux
https://bugs.webkit.org/show_bug.cgi?id=53207
Summary [Chromium] Simplify small caps logic in complex text on linux
James Simonsen
Reported 2011-01-26 17:18:04 PST
[Chromium] Simplify small caps logic in complex text on linux
Attachments
Patch (3.07 KB, patch)
2011-01-26 17:20 PST, James Simonsen
no flags
Patch (3.17 KB, patch)
2011-01-27 12:58 PST, James Simonsen
tony: review+
James Simonsen
Comment 1 2011-01-26 17:20:31 PST
James Simonsen
Comment 2 2011-01-27 10:56:40 PST
This should simplify things a bit.
Tony Chang
Comment 3 2011-01-27 11:05:41 PST
Comment on attachment 80274 [details] Patch The code looks good, but can you still add a test case where an uppercase run becomes lowercase (if one doesn't exist)? That way we won't regress this in the future.
James Simonsen
Comment 4 2011-01-27 11:31:03 PST
(In reply to comment #3) > (From update of attachment 80274 [details]) > The code looks good, but can you still add a test case where an uppercase run becomes lowercase (if one doesn't exist)? That way we won't regress this in the future. I think the existing one already covers that with "Lorem ipsum." I'm not sure why that didn't occur to me earlier. :/ We also cover the opposite condition with "A?b?e" in atsui-small-caps-punctuation-size.html. It's not entirely intuitive, but punctuation is considered to be upper case.
Tony Chang
Comment 5 2011-01-27 12:02:01 PST
Comment on attachment 80274 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=80274&action=review > Source/WebCore/ChangeLog:9 > + No new tests. > + Nit: Please mention which tests cover this.
James Simonsen
Comment 6 2011-01-27 12:58:19 PST
James Simonsen
Comment 7 2011-01-27 12:58:44 PST
(In reply to comment #5) > (From update of attachment 80274 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=80274&action=review > > > Source/WebCore/ChangeLog:9 > > + No new tests. > > + > > Nit: Please mention which tests cover this. Done.
James Simonsen
Comment 8 2011-01-27 15:03:21 PST
Note You need to log in before you can comment on or make changes to this bug.