Bug 71812 - HTML editing generates font face attribute with superfluous quotes
Summary: HTML editing generates font face attribute with superfluous quotes
Status: RESOLVED DUPLICATE of bug 79448
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 525.x (Safari 3.2)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-08 07:06 PST by equinux AG
Modified: 2012-05-02 11:00 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description equinux AG 2011-11-08 07:06:29 PST
Assigning a font whose name contains spaces (e.g. via the Font panel) leads to HTML like this:

<font class="Apple-style-span" face="'Arial Black'">Text</font>

The additional quotes around the font name lead to problems with some browsers, e.g. Firefox.
Comment 1 Ryosuke Niwa 2012-05-02 11:00:53 PDT
Fixed in http://trac.webkit.org/changeset/109382.

*** This bug has been marked as a duplicate of bug 79448 ***