Re: SVG labelling issue with ARIA
Robert Longson <[email protected]> Thu, 21 Apr 2016 22:45:48 +0100
| Newsgroups | gmane.comp.web.svg |
|---|---|
| Message-ID | <CAOu7Uv5W5PjxJA5CHd1nP0YCtFbtwng94ZfYC+y2Ckgbuw=khw@mail.gmail.com> |
The title element ( https://www.w3.org/TR/SVG11/struct.html#InterfaceSVGTitleElement) does not list SVGTests https://www.w3.org/TR/SVG11/types.html#InterfaceSVGTests as one of its interfaces and so systemLanguage cannot be used with it. So title not working with switch in any browser is correct in the sense that they are all following the SVG specification there. Robert.