Re: CSS comment syntax

* "Robin Berjon" <robin@knowscape.com> wrote:
| >Which of these lines are comments and what is their content?
| >
| >/**/
| >/** */
| >\/* */
| >/* \*/ */
| >
| >I'd say 1, 2 and 4 are comments, with the content '', '* ' and ' \*/ ',
| >correct?
|
| Isn't 4's content actually '*/', the \ being removed because it is only
| there to protect what follows it ?

syndata.html reads: "[...] Style sheet preprocessors must not remove these
backslashes from a style sheet since that would change the style sheet's
meaning."

So I didn't do this here.
--
XHTML 1.0 - german translation/deutsche Übersetzung:
     http://www.websitedev.de/xhtml/xhtml1/

Received on Saturday, 2 December 2000 15:15:26 UTC