sideshowbarker
sideshowbarker
This change makes Ladybird conform to the current requirements at https://w3c.github.io/core-aam/#roleMappingComputedRole in the “Core Accessibility API Mappings” spec for the case of “orphaned” `li` elements; that is, any `li` element...
> [!NOTE] > This PR currently includes a cherry-pick of the d0938d32ad1 commit from https://github.com/LadybirdBrowser/ladybird/pull/2843 — just for convenience so that we can have all PASSES for the expectations for...
This change implements `HTMLInputElement` `type=url` constraint validation in such a way as to match the behavior in other existing engines — which is, however, very different from what the spec...
This change implements `HTMLInputElement` `type=email` constraint validation in conformance with the current spec requirements (which happens to also produce behavior that’s interoperable with other existing engines).
This change fixes a bug in our implementation of the “step base” algorithm at https://html.spec.whatwg.org/#concept-input-min-zero. We were using the `value` _IDL/DOM_ attribute in a particular step, where the spec instead...
This has come up on #build-problems on discord several times lately — from new people with macos environments trying to build, and it’s turned out they were trying (and failing)...
This gets us passing 100% of the subtests in the test at https://wpt.fyi/results/html/semantics/forms/constraints/form-validation-checkValidity.html?product=ladybird
Importing these tests now because they are for input-element types that have requirements related to the constraint-validation API — which we’ve been implementing recently. This commit only imports tests, without...
### Summary When you run https://wpt.live/html/rendering/replaced-elements/svg-inline-sizing/svg-inline.html in a Debug build, it hangs/times-out. ### Operating system macOS ### Steps to reproduce 0. Do a Debug build 1. (command line) Run this:...
See https://github.com/LadybirdBrowser/ladybird/issues/3911. The `html/rendering/replaced-elements/svg-inline-sizing/svg-inline.html` WPT test is causing a hang/timeout that prevents being able to run the test suite to completion with Debug builds.