Manuel Zahariev
Manuel Zahariev
Fixes #2668 - parity with Chromium (131.0.6778.85) - very close to Firefox (129.0.2) -- difference not material
### Summary When opening in Ladybird an SVG file with specified width/height attributes ("standalone SVG"), the svg drawing fills the whole agent viewport and does not respect the width/height. Chrome...
Fixes #2668 Before: standalone SVG documents were stretched to fit the agent viewport, ignoring specified width / height attributes. After this: SVG documents with specified width/height attributes are laid out...
Fixes #2625 - Compatibility with Mozilla Firefox (134.0.1) and Chromium (131.0.6778.264), where they agree - When hitting incompatibilities between browsers, choose the more sane one - Add support for [ES...
Passes all Temporal tests in [test262](https://github.com/LadybirdBrowser/libjs-test262) (fixes #2639) : 1. Maybe shift left the numerator of a `BigFraction` so that its most significant bit is 64 bits left of that...
With search enabled: - For a single word that does not look like a url: search (fixes #142). - If no suffix or a suffix that is not recognized: search...
Fixes #3976: - Triggered on relayout when changing the size or zoom level for a responsive document. - An image node's containing block switches between alignments on a new size....
Before: large lists (``, ``, ``; thousands of `` elements) are rendered very slowly in Ladybird. Example: https://en.wikipedia.org/w/index.php?oldid=747382971 (over 20K elements) is practically unusable. Contributors: - `is` is resolved through...
List item markers are implemented using [HTML ordinal value](https://html.spec.whatwg.org/multipage/grouping-content.html#ordinal-value). [CSS implicit list-item counter](https://drafts.csswg.org/css-lists-3/#list-item-counter) supersedes it. - Based on [CSS counters](https://drafts.csswg.org/css-lists-3/#auto-numbering) [mostly] implemented in https://github.com/LadybirdBrowser/ladybird/pull/720. But: - https://github.com/LadybirdBrowser/ladybird/issues/4866 - https://github.com/LadybirdBrowser/ladybird/issues/4867 -...