Skip to content

Commit

Permalink
added description of the new SVG_LCASE flag to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
dperini committed Oct 11, 2017
1 parent b52923e commit 1ae7b3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ The following is the list of currently available configuration options, their de
* `UNICODE16`: true - true to allow identifiers containing Unicode (utf-16) chars
* `SHORTCUTS`: false - false to disable mangled selector strings like "+div" or "ul>"
* `SIMPLENOT`: true - true to disallow complex selectors nested in ':not()' classes
* `SVG_LCASE`: false - false to disable matching lowercase tag names of SVG elements
* `UNIQUE_ID`: true - true to disallow multiple elements with the same id (strict)
* `USE_HTML5`: true - true to use HTML5 specs for ":checked" and similar UI states
* `USE_QSAPI`: true - true to use browsers native Query Selector API if available
Expand Down

0 comments on commit 1ae7b3c

Please sign in to comment.