Skip to content

Commit 1ae7b3c

Browse files
committed
added description of the new SVG_LCASE flag to the README
1 parent b52923e commit 1ae7b3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ The following is the list of currently available configuration options, their de
8787
* `UNICODE16`: true - true to allow identifiers containing Unicode (utf-16) chars
8888
* `SHORTCUTS`: false - false to disable mangled selector strings like "+div" or "ul>"
8989
* `SIMPLENOT`: true - true to disallow complex selectors nested in ':not()' classes
90+
* `SVG_LCASE`: false - false to disable matching lowercase tag names of SVG elements
9091
* `UNIQUE_ID`: true - true to disallow multiple elements with the same id (strict)
9192
* `USE_HTML5`: true - true to use HTML5 specs for ":checked" and similar UI states
9293
* `USE_QSAPI`: true - true to use browsers native Query Selector API if available

0 commit comments

Comments
 (0)