hastur
hastur copied to clipboard
A web browser.
This validation code assumes we're doing a separate validation pass, and not validating as we parse.
Needed for `Content-Encoding: zstd` https://datatracker.ietf.org/doc/html/rfc8878
This is needed both for GIF decoding and `Content-Encoding: compress`.
Implement fingerprint randomization and protection. https://brave.com/privacy-updates/3-fingerprint-randomization/ https://dl.acm.org/doi/abs/10.1145/2736277.2741090 https://inria.hal.science/hal-01527580/document https://coveryourtracks.eff.org
https://developer.mozilla.org/en-US/docs/Web/CSS/Attribute_selectors Needed for variable lookup on github.com as the color variables are set up like ```css [data-color-mode="auto"][data-light-theme="light"] { --somevar: #123; } ```
`test` will currently navigate you to the url `#test` instead of scrolling to the matching ID (or doing nothing if no such ID exists).
https://developer.mozilla.org/en-US/docs/WebAssembly/Understanding_the_text_format Having this would make checking that our parsing agrees with the wasm-compiler easier. See e.g. #551 for an example program + its wat.