Andrew Kaster
Andrew Kaster
CMake will cache the result here, so there's no need to look for both.
In https://webassembly.github.io/spec/js-api/#error-objects the constructor steps say to "implement the NativeError Object Structure" > 2. [For each](https://infra.spec.whatwg.org/#list-iterate) error of ยซ "CompileError", "LinkError", "RuntimeError" ยป, > 1. Let constructor be a new...
The default canvas size is 150x150 pixels. If the element or document we are trying to screenshot for the WebDriver is not at least that size, then we will create...
Ladybird: Remove requirement to set SERENITY_SOURCE_DIR from browser and headless-browser binaries
This requires a bunch of CMake/gn changes and a few code changes. It's "simpler" now. Assuming a +300 line build system change can meet your definition of simpler. As a...
The first draft of C23 has been published here: https://open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf We should implement the new library features - [ ] `` - [ ] `` - [ ] `nullptr_t` and...
### What is the issue with the HTML Standard? For example:  From: https://html.spec.whatwg.org/multipage/input.html#concept-input-apply These td elements seem to have the `.yes` selector applied to them, which simply gives a...
### What is the issue with the HTML Standard? In #9856 @noamr added the activation API to `navigation`. Part of that update was the addition of a few assertions as...
### What is the issue with the HTML Standard? I'm a bit confused by the assertion in step 12.5 for replace. In Ladybird on my navigation update branch, I hit...
### What is the issue with the HTML Standard? There's a new assertion in [attempt to populate the history entry's document](https://html.spec.whatwg.org/multipage/browsing-the-web.html#attempt-to-populate-the-history-entry's-document) that is firing in a navigation from about:blank to...
### What is the issue with the HTML Standard? It's unclear to me looking at the canonical Jake diagram [introduction](https://html.spec.whatwg.org/multipage/document-sequences.html#jake-diagrams) whether the session history step of navigables that share a...