honk/vendor/github.com/andybalholm/cascadia
2022-11-13 16:19:53 +01:00
..
.travis.yml Import honk-0.9.8 2022-11-13 16:19:53 +01:00
go.mod Import honk-0.9.8 2022-11-13 16:19:53 +01:00
go.sum Import honk-0.9.8 2022-11-13 16:19:53 +01:00
LICENSE Import honk-0.9.8 2022-11-13 16:19:53 +01:00
parser.go Import honk-0.9.8 2022-11-13 16:19:53 +01:00
pseudo_classes.go Import honk-0.9.8 2022-11-13 16:19:53 +01:00
README.md Import honk-0.9.8 2022-11-13 16:19:53 +01:00
selector.go Import honk-0.9.8 2022-11-13 16:19:53 +01:00
serialize.go Import honk-0.9.8 2022-11-13 16:19:53 +01:00
specificity.go Import honk-0.9.8 2022-11-13 16:19:53 +01:00

cascadia

The Cascadia package implements CSS selectors for use with the parse trees produced by the html package.

To test CSS selectors without writing Go code, check out cascadia the command line tool, a thin wrapper around this package.

Refer to godoc here.