When exporting an image or SmartArt from a word doc as an svg file it makes any text more accessible.
This can then be edited in a source code editor to add tabindex="1" etc for each text element, so a user can tab through the text elements.
The problem I have is when there are several lines of text I am not able to find a way to group these as one block of text so a user could tab from one block to the next rather than each line.
Anyone know a way to fix this? (maybe @James 🙏)
Here is a link for an svg with lines of text than you can tab through. - https://articulateusercontent.com/rise/courses/V9dIWw1I_fX53nF4QB9k_b56wKHOC0FT/rBhtjO6VzHL_F0UU.svg
Thanks