• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

fuzz/H22-Sep-2021-7672

test_resources/H03-May-2022-2,2112,152

.travis.ymlH A D22-Sep-2021141 1510

LICENSEH A D22-Sep-20211.3 KiB2521

README.mdH A D22-Sep-2021456 105

benchmark_test.goH A D22-Sep-20211 KiB5448

go.modH A D22-Sep-2021109 63

go.sumH A D22-Sep-2021718 87

parser.goH A D22-Sep-202120.5 KiB888747

parser_test.goH A D22-Sep-20211.8 KiB8976

pseudo_classes.goH A D22-Sep-202110.2 KiB475376

selector.goH A D22-Sep-202114 KiB587434

selector_test.goH A D22-Sep-202122.3 KiB1,004972

serialize.goH A D22-Sep-20213.4 KiB177145

serialize_test.goH A D22-Sep-2021890 4034

specificity.goH A D22-Sep-2021545 2719

specificity_test.goH A D22-Sep-20213.1 KiB128116

w3_test.goH A D22-Sep-20212.2 KiB10393

README.md

1# cascadia
2
3[![](https://travis-ci.org/andybalholm/cascadia.svg)](https://travis-ci.org/andybalholm/cascadia)
4
5The Cascadia package implements CSS selectors for use with the parse trees produced by the html package.
6
7To test CSS selectors without writing Go code, check out [cascadia](https://github.com/suntong/cascadia) the command line tool, a thin wrapper around this package.
8
9[Refer to godoc here](https://godoc.org/github.com/andybalholm/cascadia).
10