nipper icon indicating copy to clipboard operation
nipper copied to clipboard

A Rust crate for manipulating HTML with CSS selectors

Results 10 nipper issues
Sort by recently updated
recently updated
newest added

The project was using some outdated dependencies, I create a draft pull request (#22) that updates every dependency expect cssparser. There are no breaking changes but the cssparser update is...

Function `append_with_selection` will cause panic when the given selection object comes from another dom tree. Add an `ID` field to every dom tree.

bug

In some cases the tags should not be replaced, but kept as they are. This allows Closes: trunk-rs/trunk#742

- update cargo dependencies and code related to these dependencies (mostly because of "selectors") package - add pseudo-classes support such as: :has and any-link; - adjust code with respect to...

Imagine you would like to iterate through `Text` nodes. It may be helpful when you have non-structured text intermixed with markup nodes. ```html Title 1 | 2 | 3 Love...