Minor wording change

This commit is contained in:
Wilson Lin 2019-12-30 11:40:21 +11:00
parent 3ee878050a
commit b787276a62
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ It is an error to place whitespace between `=` and attribute names/values. It is
<div class="a"name="1" id = "a"></div>
```
Special handling of some attributes require case sensitive names and values. For example, `CLASS` won't be recognised as an attribute to minify and `type="Text/JavaScript"` on a `<script>` will cause the element to be parsed as a [data block](https://html.spec.whatwg.org/dev/scripting.html#data-block).
Special handling of some attributes require case sensitive names and values. For example, `CLASS` won't be recognised as an attribute to minify, and `type="Text/JavaScript"` on a `<script>` will cause the element to be parsed as a [data block](https://html.spec.whatwg.org/dev/scripting.html#data-block) instead of JavaScript code.
### Script and style