RESOLVED FIXED 145400
<font face> doesn't support plus character in font family names.
https://bugs.webkit.org/show_bug.cgi?id=145400
Summary <font face> doesn't support plus character in font family names.
Andreas Kling
Reported 2015-05-26 19:43:45 PDT
<rdar://problem/21097484> <font face> attributes should support font names such as "Myles + Darin"
Attachments
Proposed patch (8.37 KB, patch)
2015-05-26 19:46 PDT, Andreas Kling
no flags
Andreas Kling
Comment 1 2015-05-26 19:46:16 PDT
Created attachment 253773 [details] Proposed patch
Darin Adler
Comment 2 2015-05-26 19:52:44 PDT
Comment on attachment 253773 [details] Proposed patch View in context: https://bugs.webkit.org/attachment.cgi?id=253773&action=review > Source/WebCore/css/CSSParser.cpp:1297 > + for (auto propertyID : { CSSValueSerif, CSSValueSansSerif, CSSValueCursive, CSSValueFantasy, CSSValueMonospace, CSSValueWebkitBody }) { Somehow I feel that every single call site that has this list of special family names should have some kind of FIXME in it. This joins a large and seemingly growing family.
WebKit Commit Bot
Comment 3 2015-05-26 21:14:10 PDT
Comment on attachment 253773 [details] Proposed patch Clearing flags on attachment: 253773 Committed r184894: <http://trac.webkit.org/changeset/184894>
WebKit Commit Bot
Comment 4 2015-05-26 21:14:15 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.