The documentation section for Breadcrumbs state the following (under "Accessibility"):
Be sure to add a aria-label description on the Breadcrumbs component.
However, in the actual code demos for Breadcrumbs, the property used is "arial-label". Possible typo? If so, probably the result of copy/paste
etc...
[x] This is not a v0.x issue.
Code in demos should say <Breadcrumb aria-label="Breadcrumb">
Code in demos say <Breadcrumb arial-label="Breadcrumb">
Look at the code of any demo in Lab/Breadcrumbs
| Tech | Version |
|--------------|---------|
| Material-UI | v3.9.2 |
@MalignantShadow Yes, it's definitely a typo. We should be using aria-label in the demos. Do you want to fix it? :)
@oliviertassinari I would like to make PR. You can assign me. Thanks
@umairfarooq44 I would be happy to review it :).
Most helpful comment
@umairfarooq44 I would be happy to review it :).