Gingeh

Results 12 issues of Gingeh

Currently, WhoReacted shows a users global avatar instead of their server avatar.

enhancement
good first issue

help wanted
port request

Fixes #1003 and #1004. (I'm not completely confident I did the method overriding properly because I'm new to c++)

bug
enhancement

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 | |--------|--------| |![image](https://github.com/user-attachments/assets/9787be59-e539-4f27-907d-a6559287348d)|![image](https://github.com/user-attachments/assets/c5a401cc-058c-4331-89b9-151eab22b558)|

bug
reduction of web content
has repro
web compatibility
svg

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...

demo page: ```html body { height: 100%; display: flex; } ``` screenshot: issue created with ladybird :3