- From: <bugzilla@jessica.w3.org>
- Date: Thu, 01 Mar 2012 17:06:54 +0000
- To: public-css-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=15710 Aryeh Gregor <ayg@aryeh.name> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |glenn@skynav.com Component|Transforms |CSSOM AssignedTo|smfr@me.com |dave.null@w3.org QAContact| |public-css-bugzilla@w3.org --- Comment #4 from Aryeh Gregor <ayg@aryeh.name> 2012-03-01 17:06:52 UTC --- Now that CSSOM is being actively edited, I'm happy to move it there: http://dvcs.w3.org/hg/cssom/raw-file/tip/Overview.html/#serializing-css-values That should say how to serialize a function. The serialization should be something like: first the function's name, in whatever case is used in the specification (usually but not always lowercase); then "("; then the arguments, serialized according to their type, separated by ", "; then ")". Glenn, does that sound good to you? -- 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 17:07:01 UTC