Re: [CSS21] enhancement: comment format for surviving file being minified

Most minifyers preserve the following syntax:

/* This gets removed */

/*! This is preserved */

—Michiel

> On 21 Jun 2015, at 07:12, Nick Levinson <nick_levinson@yahoo.com> wrote:
> 
> Hopefully, this is not a duplicate email (I thought I sent one a few minutes ago but apparently not).
> 
> Minifying removes comments some of which should, however, stay in place for the benefit of website visitors. We need a comment format that minifiers will recognize for preserving selected comments. For example, I use comments for information that is not important enough to display on a Web page but should be available to someone willing to look in the source code, such as legal information. An example of that is humanly readable copyright information that applies only to the source code and not to the displayed object code itself. This should apply to all CSS that is used in level 3.
> 
> 
> 
> 

Received on Friday, 10 July 2015 09:08:18 UTC