[Bug 16185] Serialization of <angle> and <family-name> don't match browsers

https://www.w3.org/Bugs/Public/show_bug.cgi?id=16185

--- Comment #3 from Ryosuke Niwa <rniwa@webkit.org> 2012-03-01 21:28:37 UTC ---
(In reply to comment #2)
> I'm more concerned that there might be compat issues of some type, though. 
> <https://bugs.webkit.org/show_bug.cgi?id=79448> removed quotes from WebKit's
> serialization of font-family because it broke sites.  Ryosuke, was that bug
> specifically because of single quotes?  Or would adding double quotes have
> caused the problem too?  More specifically, would WebKit be okay with adding
> double quotes around all font-family names when serializing, except of course
> reserved names like serif?

We didn't change the CSS serialization algorithm. We're just stripping quotes
from font-family when it's used as the value of face content attribute (font
element) since the attribute doesn't support quotations within.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 1 March 2012 21:28:40 UTC