hreflang

Limited availability

This feature is not Baseline because it does not work in some of the most widely-used browsers.

The hreflang attribute indicates the human language of the resource linked by an SVG <a> element. You can use this attribute with the following SVG elements:

Example

html
<svg viewBox="0 0 150 20" xmlns="http://www.w3.org/2000/svg">
  <a href="https://example.com" hreflang="en">
    <text x="5" y="15">Website</text>
  </a>
</svg>

Specifications

Specification
Scalable Vector Graphics (SVG) 2
# AElementHreflangAttribute

Browser compatibility

See also