[Webkit-unassigned] [Bug 43202] text-transform shouldn’t apply when copying text

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 12 08:53:25 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=43202





--- Comment #8 from Ken Newman <wraithkenny at live.com>  2012-11-12 08:55:08 PST ---
I am also a user. I don't like my browsers altering content to preserve style. I find it surprising and disappointing. 

>From a user point of view, the not-impossible explanation is, "Oh, I guess the shoutiness was just an effect." I won't underestimate the users intelligence or ability to learn from experience... unless of course you nerf their experience. 

Yes, letter case isn't always style; sometimes it is content. But in those cases I don't use text-transform, and no one should. The only time I (and every other developer I know) ever uses text-transform, is to explicitly declare that the case is ONLY style. 

I just test the clipboard using the Mac version of Firefox and Mac Mail as the pasting program. The sample text had various variations of text-transfrom, and also font-weight as a control group. I pasted the sample text into the "subject line" and the text appeared without font-weight and without text-transform applied. I then pasted into the message body, and the styles including text-transform where applied. 

This to me seems the proper behavior. Information regarding text-transform was presented, the pasting program (Mail) decided whether or not to apply the style in different contexts. This shows that the clipboard is capable of preserving this information separately. It's been done.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list