package
0.4.4
Repository: https://github.com/readium/go-toolkit.git
Documentation: pkg.go.dev

# Functions

Get a CSS selector that will uniquely select a provided HTML element If the element has an ID, returns #id; otherwise returns the parent (if any) CSS selector, followed by '>' followed by a unique selector for the element (tag.class.class:nth-child(n)).

# Interfaces

No description provided by the author