- From: <bugzilla@jessica.w3.org>
- Date: Sat, 16 Jun 2012 20:46:07 +0000
- To: public-css-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=17518 Summary: Presence of white-space after serialization of CSS values is unspecified Product: CSS Version: unspecified Platform: PC OS/Version: All Status: NEW Severity: normal Priority: P2 Component: CSSOM AssignedTo: glenn@skynav.com ReportedBy: divya.manian@gmail.com QAContact: public-css-bugzilla@w3.org 6.6.2 Serializing CSS Values does not list if there should be white-spaces after the semi-colons or not in the serialized output. For example, 'margin: 20px 20px 20px 20px;' is output serialized as 'margin: 20px; ' in Webkit while it is output serialized as 'margin: 20px' in Firefox. http://dev.w3.org/csswg/cssom/#serializing-css-values -- 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 Saturday, 16 June 2012 20:46:11 UTC