Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-04-13 | 929 Bytes | |
Version 26.1.0 source code.tar.gz | 2025-04-13 | 4.2 MB | |
Version 26.1.0 source code.zip | 2025-04-13 | 4.7 MB | |
Totals: 3 Items | 8.9 MB | 3 |
- Added at least partial support for various SVG elements and their classes:
<defs>
(SVGDefsElement
),<desc>
(SVGDescElement
),<g>
(SVGGElement
),<metadata>
(SVGMetadataElement
),<switch>
(SVGSwitchElement
), and<symbol>
(SVGSymbolElement
). - Added
SVGAnimatedPreserveAspectRatio
andSVGAnimatedRect
, including support in the reflection layer. - Added the
SVGSVGElement
createSVGRect()
method, and theSVGRect
type (which is distinct fromDOMRect
.) - Added indexed property support to
HTMLFormElement
. - Updated the
SVGElement
viewportElement()
method to correctly establish the viewport based on ancestor elements. - Removed the now-bloated
form-data
dependency in favor of our own smaller implementation ofmultipart/form-data
serialization. No functional changes are expected. - Various performance improvements, caches, microoptimizations, and deferred object creation.