* Keryx Web wrote: >Take the following: > >body { display: "aaa" > "bcd" } > >Is it possible to write that - with identical meaning - on a single >line? I.e. is this the same? > >body{display:"aaa" "bcd"} Yes, these are the same. In most places it does not matter whether you use spaces, newlines, or tabs to separate things. White space handling is discussed e.g. in http://www.w3.org/TR/CSS21/syndata.html (search for "space" throughout the document). -- Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de 68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/Received on Friday, 17 August 2007 17:08:50 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 27 April 2009 13:54:52 GMT