- From: Karl Dubost via GitHub <noreply@w3.org>
- Date: Tue, 07 Apr 2026 03:22:27 +0000
- To: public-svg-issues@w3.org
## `SVGTextPathElement` Attribute Implementation Status | Attribute | SVG2 spec | Animatable | IDL type | Spec IDL | Firefox | WebKit | |---|---|---|---|---|---|---| | `textLength` | ✅ | yes | `SVGAnimatedLength` | ✅ (inherited) | ✅ (inherited) | ✅ (inherited) | | `lengthAdjust` | ✅ | yes | `SVGAnimatedEnumeration` | ✅ (inherited) | ✅ (inherited) | ✅ (inherited) | | `href` | ✅ | yes | `SVGAnimatedString` | ✅ (mixin) | ✅ (mixin) | ✅ (mixin) | | `startOffset` | ✅ | yes | `SVGAnimatedLength` | ✅ | ✅ | ✅ | | `method` | ✅ | yes | `SVGAnimatedEnumeration` | ✅ | ✅ | ✅ | | `spacing` | ✅ | yes | `SVGAnimatedEnumeration` | ✅ | ✅ | ✅ | | `side` | ✅ (SVG2) | yes | `SVGAnimatedEnumeration` | ❌ | ✅ | ❌ | | `path` | ✅ (SVG2) | yes | `SVGAnimatedString` | ❌ | ❌ | ❌ | Though path is not implemented in both Firefox and WebKit maybe it should be removed. -- GitHub Notification of comment by karlcow Please view or discuss this issue at https://github.com/w3c/svgwg/issues/1086#issuecomment-4196262862 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 7 April 2026 03:22:28 UTC