From 9963984e0bf994a7a04f97feed3dc24ec27e0c99 Mon Sep 17 00:00:00 2001 From: Suresh918 Date: Fri, 8 Feb 2019 21:22:41 +0530 Subject: [PATCH 1/2] fix(docs): Icons in the toolbar example are missing alternative text #15041 --- .../toolbar-multirow/toolbar-multirow-example.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/material-examples/toolbar-multirow/toolbar-multirow-example.html b/src/material-examples/toolbar-multirow/toolbar-multirow-example.html index c1731969a509..9433171a8d16 100644 --- a/src/material-examples/toolbar-multirow/toolbar-multirow-example.html +++ b/src/material-examples/toolbar-multirow/toolbar-multirow-example.html @@ -7,12 +7,15 @@ Second Line verified_user + Example user verified icon Third Line favorite + Example heart icon delete + Example delete icon From d3da55d06970876620c5de96ea8570a966635fd9 Mon Sep 17 00:00:00 2001 From: Suresh918 Date: Mon, 11 Feb 2019 21:09:42 +0530 Subject: [PATCH 2/2] aria labels on icons instead of seperate spans --- .../toolbar-multirow/toolbar-multirow-example.html | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/material-examples/toolbar-multirow/toolbar-multirow-example.html b/src/material-examples/toolbar-multirow/toolbar-multirow-example.html index 9433171a8d16..4c2071c21571 100644 --- a/src/material-examples/toolbar-multirow/toolbar-multirow-example.html +++ b/src/material-examples/toolbar-multirow/toolbar-multirow-example.html @@ -6,16 +6,13 @@ Second Line - verified_user - Example user verified icon + verified_user Third Line - favorite - Example heart icon - delete - Example delete icon + favorite + delete