Gingeh
Gingeh
Currently, WhoReacted shows a users global avatar instead of their server avatar.
Fixes #1003 and #1004. (I'm not completely confident I did the method overriding properly because I'm new to c++)
Fixes #1551. The spec appears to be contradictory, so this fix requires some ad-hoc behaviour.
Test case: ```xml ``` (minimised from https://sdr-podcast.com/ 's logo) | Firefox | Ladybird | |--------|--------| |||
This PR changes `EdgeStyleValue`s to remember how they were defined so that the presence of keywords or offsets is reflected in their serialization. Also changes how edge/position values are computed/serialized....
The Good: - Implemented a handy feature (and which had been requested under #3369) - At least 1761 new passing subtests. The Bad + Ugly: - The legacy- vs non-legacy-stops...
Reproduction: ```html test const frame = document.createElement("iframe"); document.body.appendChild(frame); alert("hi"); alert("hi again"); blah ``` The second alert isn't run, the "blah" after the script isn't parsed, text cannot be selected, and...
See commit descriptions for spec PRs
demo page: ```html body { height: 100%; display: flex; } ``` screenshot: issue created with ladybird :3