Re: [svgwg] Remove/Better testing correspondingElement and correspondingUseElement from SVGElement (#1070)

This basically would mean to remove `SVGElementInstance` altogether. I should probably rephrase the title of this issue. 

```
  interface mixin SVGElementInstance {                                                                                                                                                   
    [SameObject] readonly attribute SVGElement? correspondingElement;                                                                                                                    
    [SameObject] readonly attribute SVGUseElement? correspondingUseElement;                                                                                                              
  };
```

Which is already not supported by all browsers. 

[SVGElementInstance-exposure-test.html](https://github.com/user-attachments/files/26077847/SVGElementInstance-exposure-test.html)

<img width="3159" height="454" alt="Image" src="https://github.com/user-attachments/assets/81f7ee40-0f17-4b7d-af53-35cbcb0a35ae" />

-- 
GitHub Notification of comment by karlcow
Please view or discuss this issue at https://github.com/w3c/svgwg/issues/1070#issuecomment-4080090976 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 18 March 2026 06:34:02 UTC