Clarify conditional comments minification option

This commit is contained in:
Wilson Lin 2018-07-06 16:07:34 +12:00
parent 52d62dd7c8
commit 95d7404a2e
1 changed files with 2 additions and 2 deletions

View File

@ -343,9 +343,9 @@ Don't trim and collapse whitespace in `class` attribute values.
Don't decode any valid entities into their UTF-8 values.
#### `--MXprocessConditionalComments`
#### `--MXconditionalComments`
Don't process the contents of conditional comments, including downlevel-revealed conditional comments.
Don't minify the contents of conditional comments, including downlevel-revealed conditional comments.
#### `--MXremoveAttributeQuotes`