[Webkit-unassigned] [Bug 61050] HTML editing: Font size not written to HTML when identical to default font size

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 19 00:13:01 PDT 2011


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





--- Comment #3 from equinux AG <dev-bugzilla at equinux.de>  2011-08-19 00:13:01 PST ---
The problem we mean is not copying an HTML fragment from one page to another, but opening the same page/document in a different browser (with a different default font size).

Suppose the user selects some text and sets the font size to 15 pt. This will add a style="font-size: 15px;" rule, and the text will display at that size in all browsers. Now suppose the user sets the font size to 16 pt (often the default): This will add no CSS, and the text will look different among browsers. The user will probably not understand this.

We have just this problem in our product for creating HTML emails: Users open their emails in Apple Mail, whose default font size depends on the preferences, and wonder why their font size changes. This only happens when using 16 pt text.

-- 
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