You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
5 years ago | |
---|---|---|
.. | ||
lib | 5 years ago | |
test/mocha | 5 years ago | |
.npmignore | 5 years ago | |
README.md | 5 years ago | |
package.json | 5 years ago | |
tests.js | 5 years ago |
README.md
Normalize-Selector
Normalize CSS selectors.
Examples:
#foo>.bar
->#foo > .bar
#foo > .bar
->#foo > .bar
foo[ a = 'b' ]
->foo[a='b']
Tests
Run mocha tests on node.js with:
npm test
or:
node ./test/mocha/node-suite.js
rawgithub
View the browser suite directly on rawgithub
License
The code and all the documentation are released under the MIT license.