Skip to content

Commit 2aa32ed

Browse files
authored
Update README.md
1 parent 6e93d33 commit 2aa32ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ To configure/override whitespace rules on a specific subtree in the comparison,
9595
<pre diff:whitespace="RemoveWhitespaceNodes">...</pre>
9696
```
9797

98-
**Special case for `<style>`-tags:** Even if the whitespace option is `Normalize`, whitespace inside quotes (`"` and `'` style quotes) is preserved as is. For example, the text inside the `content` style information in the following CSS will not be normalized: `p::after { content: " -.- "; }`.
98+
**Special case for `<style>`-tags:** It is on the TODO list to handle string in CSS more intelligently: Even if the whitespace option is `Normalize`, whitespace inside quotes (`"` and `'` style quotes) is preserved as is. For example, the text inside the `content` style information in the following CSS will not be normalized: `p::after { content: " -.- "; }`.
9999

100-
**Special case for `<script>`-tags:** It is on the issues list to deal with whitespace properly inside `<script>`-tags.
100+
**Special case for `<script>`-tags:** It is on the TODO list to deal with whitespace properly inside `<script>`-tags.
101101

102102
### Ignore attribute
103103
If the `diff:ignore="true"` attribute is used on a control element (`="true"` implicit/optional), all their attributes and child nodes are skipped/ignored during comparison, including those of the test element, the control element is matched with.

0 commit comments

Comments
 (0)