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
In jquery/jquery#2910@agcolom noticed that our lower-casing logic for attribute names breaks SVG attribute handling. This doesn't matter for us as we don't support SVG manipulation (with rare exceptions like class manipulation) but it may confuse users as some APIs might work in most/some cases and only break with others. We might want to warn on a couple of cases that even if it works, it's unsupported.