[svgwg] [SVG2] Drop inline-size attribute on text element from SVG2 (#1087)

karlcow has just created a new issue for https://github.com/w3c/svgwg:

== [SVG2] Drop inline-size attribute on text element from SVG2 ==
`inline-size` is an attribute which is defined on the `text` element

[inline-size-testcases.html](https://github.com/user-attachments/files/26530103/inline-size-testcases.html)

<img width="3162" height="838" alt="Image" src="https://github.com/user-attachments/assets/c512bc26-71a7-4b5a-b040-6cfa00caeba7" />


```
<svg width="600" height="200" viewBox="0 0 600 200">
    <rect width="600" height="200" fill="none" stroke="red" stroke-dasharray="4"></rect>
    <!-- wrapping area visualization -->
    <rect x="10" y="0" width="200" height="200" fill="none" stroke="blue" stroke-dasharray="2"></rect>


    <text x="10" y="30" font-size="16" font-family="sans-serif" inline-size="200">The quick brown fox jumps over the lazy dog. 


</text>
</svg>
```

🔴 *It doesn't wrap in any browsers. This is not implemented.* 

This is also probably related to #942 



Please view or discuss this issue at https://github.com/w3c/svgwg/issues/1087 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 07:31:34 UTC