You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added a role="img" and aria-label="icon description" to the mark-up of an SVG that is inlined with this component. But the aria-label is transformed to ariaLabel, which is invalid.
The text was updated successfully, but these errors were encountered:
mzlock
changed the title
SVG attributes transformed to camel case
ARIA attribute transformed to camel case
Aug 21, 2019
I added a
role="img"
andaria-label="icon description"
to the mark-up of an SVG that is inlined with this component. But thearia-label
is transformed toariaLabel
, which is invalid.The text was updated successfully, but these errors were encountered: