status-go/vendor/github.com/andybalholm/cascadia
Andrea Maria Piana 4d15ae8a85 Upgrade to go 1.18 2022-05-11 12:39:54 +01:00
..
.travis.yml feat: add bookmarks table for the browser bookmarks 2020-11-16 13:31:34 -05:00
LICENSE feat: add bookmarks table for the browser bookmarks 2020-11-16 13:31:34 -05:00
README.md feat: add bookmarks table for the browser bookmarks 2020-11-16 13:31:34 -05:00
parser.go Fix iconcache 2021-07-20 10:57:38 +02:00
selector.go Fix iconcache 2021-07-20 10:57:38 +02:00
serialize.go Fix iconcache 2021-07-20 10:57:38 +02:00
specificity.go feat: add bookmarks table for the browser bookmarks 2020-11-16 13:31:34 -05:00

README.md

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.