Re: [svgwg] `side` and `path` attributes on textPath are missing on the IDL (#1086)

## `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