jamesmartin / inline_svg

Embed SVG documents in your Rails views and style them with CSS
MIT License
716 stars 73 forks source link

Accessibility: invalid digests for id aria-labelled-by #87

Closed endorfin closed 6 years ago

endorfin commented 6 years ago

Sometimes the hash is generated with a number at the beginning. That is not a valid XML name.

Error: Bad value 91eoerhog4s3pt89llvssg0cmfrpoam for attribute id on element title: Not a valid XML 1.0 name.

jamesmartin commented 6 years ago

Fixed by @endorfin in #88. This will ship in the next minor version bump.