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

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

Aryeh Gregor <ayg@aryeh.name> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rniwa@webkit.org

--- Comment #2 from Aryeh Gregor <ayg@aryeh.name> 2012-03-01 21:26:36 UTC ---
Why should every family name be quoted?  Just for simplicity?  I don't have any
big objection, but it's somewhat less readable IMO, and not how authors usually
input the family names.  In the common case, nothing would be quoted, which
looks cleaner.

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?

-- 
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:26:40 UTC