Ayo Reis
Ayo Reis
 Hi, I updated the acceptable anchor element algorithm because I needed it for a project but I think it's good to merge upstream. All test pass (one needed updating)...
More info in #208, tldr we should support: - [x] `::before` and `::after` in #213 - [ ] `::file-selector-button` - [ ] `::-webkit-slider-thumb`
```typescript // mod.ts export default { fetch() { return new Response("Hello 1\n"); }, } satisfies Deno.ServeDefaultExport; ``` Start the script with `deno serve --parallel --watch mod.ts`, and then edit the...