#1279: FYI: SVG textPath side attribute

Visit on Github

Opened Sep 22, 2026

Hi TAG,

This is an FYI about Chromium's planned implementation of the existing SVG2 side attribute on <textPath>.

During the Intent to Ship discussion, Blink API owners recommended notifying the TAG for awareness. We have already sent the Intent to Ship; apologies for the late notification. This issue is intended as an FYI rather than a request for a full design review, but feedback is welcome.

Feature summary

The side attribute controls which side of a path the text is placed on. Setting side="right" effectively reverses the path direction for text layout.

This allows authors to place text on the inside or outside of a shape, such as a circular path, without duplicating or manually reversing the path data.

Specification

Implementation references

Chromium shipping plans

We are targeting Chrome 156, subject to the remaining shipping approvals.

Thanks!

<!-- Content below this is maintained by @w3c-tag-bot -->

Track conversations at https://tag-github-bot.w3.org/gh/w3ctag/design-reviews/1279

Discussions