Accessibility - Script - Layers

In the “Social Media Icons”, all Layers have the same name. Each social media must have a different name, so the script works from an accessibility perspective.
Pa11y complains about accessibility when all Layers have the same name.
Suggestions:

Change Layer to different names, Example:

<svg version=“1.1” id=“Layer_Insta” xmlns=“SVG namespace
<svg version=“1.1” id=“Layer_YT” xmlns="SVG namespace
<svg version=“1.1” id=“Layer_linkedIn”

1 Like

@Bengt, a huge thank you for pointing it out!

I’ve passed your suggestion over to our devs and they have already taken it under consideration.

Many thanks for helping us out, very much appreciated!