Re: Comments in CSS

What about allowing "//" just outside of property statements?
E.g.:

FALSE:  
>font-size: 1.3em //a bit larger
>;

RIGHT:
>font-size: 1.3em; //a bit larger

OR:
>font-size: 1.3em } //a bit larger

That wouldn't cause troubles if later versions of CSS will use "//" as
operator inside given statements, and as far as I know, this definition
would be similar to the not allowed comments inside SGML's DTD tags.

Manuel

Received on Thursday, 8 December 2005 10:35:01 UTC