Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(material/chips): change div to span (#26343)
For `MatChip` component, change the `<div/>` element for the primary action to a span element. Fix problem where the div is nested inside a span. A span is a container for phrasing content and is not supposed to contain flow content. This could also potentialy cause accessibility issue. Correct the semantics by nesting a span inside another span. (cherry picked from commit 14919bd)
- Loading branch information