Jonathan Hedley

Results 5 issues of Jonathan Hedley

This fails the animal-sniffer phase with "This feature requires ASM6". Supposedly, 1.19 supports this, but I can't get it to work.

We should have an `abs:` pseudo-class selector, so you can select on the absolute URL of an element. I.e. `a[abs:href=...]`, `img[abs:src$=...]` etc. Now it could only be on the specific...

feature

Hi there, I can't get the Hello Zig Build example at https://zig.guide/build-system/zig-build to work. With a copy & paste of `build.zig` and `src/main.zig`: ```zig const std = @import("std"); pub fn...

To allow folks to customize the behavior of pretty-printing (`.html()`, we could support a path in Document.OutputSettings to provide a subclassed Printer. And able to extend the main paths in...

I'm looking at revamping and modernizing the Cleaner and the Safelist APIs. For the Cleaner, my thought is to allow a configured Cleaner to be supplied to a Parser. (Whose...

improvement
planned