1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-15 12:37:35 +00:00
serenity/Userland/Libraries/LibWeb
MacDue b10f58a1fe LibWeb: Support x and y attributes on nested SVGs
This allows positioning a child SVG relative to its parent SVG.

Note: These have been implemented as CSS properties as in SVG 2, these
are geometry properties that can be used in CSS (see
https://www.w3.org/TR/SVG/geometry.html), but there is not much browser
support for this. It is nicer to implement than the ad-hoc SVG
attribute parsing though, so I feel it may make sense to port the rest
of the attributes specified here (which should fix some issues with
viewport relative sizes).
2024-01-29 10:01:10 +00:00
..
Animations
ARIA
Bindings
Clipboard
Cookie
Crypto
CSS LibWeb: Support x and y attributes on nested SVGs 2024-01-29 10:01:10 +00:00
DOM
DOMParsing
Encoding
Fetch
FileAPI
Geometry
HighResolutionTime
HTML
Infra
Internals
IntersectionObserver
Layout LibWeb: Support x and y attributes on nested SVGs 2024-01-29 10:01:10 +00:00
Loader
MathML
MimeSniff
NavigationTiming
Page
Painting
PerformanceTimeline
PermissionsPolicy
Platform
ReferrerPolicy
RequestIdleCallback
ResizeObserver
SecureContexts
Selection
SRI
Streams
SVG LibWeb: Support x and y attributes on nested SVGs 2024-01-29 10:01:10 +00:00
UIEvents
URL
UserTiming
WebAssembly
WebAudio
WebDriver
WebGL
WebIDL
WebSockets
Worker
XHR
XLink
XML
CMakeLists.txt
Dump.cpp
Dump.h
Forward.h
idl_files.cmake
Namespace.cpp
Namespace.h
PixelUnits.cpp
PixelUnits.h
TreeNode.h