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
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
Details: Tested in two browsers, firefox and chromium, all SVG internal nodes (including svg itself) have their nodeNames in lowercase (HTML nodenames are in uppercase), and there is a code https://github.com/angular/material/blob/master/src/core/util/util.js#L511 that converts expected parent node to uppercase.
However nodes' localNames are in lowercase, maybe need to check lowercased target against of localName property?