This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-01-20 15:36:12 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2b7ff194f8f27608546bb4e14b59c19056df216c
ladybird
/
Tests
/
LibWeb
/
Text
/
input
/
SVG
History
Andreas Kling
96e074b38f
LibWeb: Make SVGSVGElement.getElementById() return Element? (nullable)
...
This is wrong in the spec, and there's already a bug open.
2025-01-21 02:06:33 +01:00
..
a-element-prototype.html
…
getBBox-outermost-svg-element-crash.html
LibWeb: Don't crash when calling getBBox() on the outermost SVG element
2024-09-07 14:35:02 +02:00
gradient-with-reference-cycle.html
…
svg-circle-detached.html
…
svg-className-attribute.html
LibWeb: Implement SVGElement.className
2024-07-10 10:28:43 +02:00
svg-element-proto.html
Meta: Set constructor prototype in IDLGenerators
2024-11-26 12:44:05 +00:00
svg-getbbox-transform-with-no-inverse.html
LibWeb/SVG: Ensure SVG transform has an inverse before using it
2024-07-22 09:13:25 +02:00
svg-href-qualified-name.html
…
svg-href.html
…
svg-ownerSVGElement-attribute.html
LibWeb/SVG: Implement SVGElement.ownerSVGElement
2024-07-16 21:43:53 +02:00
svg-script-element.html
…
svg-svg-getElementById.html
LibWeb: Make SVGSVGElement.getElementById() return Element? (nullable)
2025-01-21 02:06:33 +01:00
svg-viewBox-attribute.html
…
svg-viewbox-zero-height.html
…