Devtools: Add alt attribute to images in Network tool
Image captured using 'Capture Screenshot' in Network tool is missing alt attribute. This change adds the alt attribute. Also, the images in name cell for each request in Network data-grid didn't had alt attribute instead it had aria-label. This change replaces aria-label with alt. These images are shown when 'Use large request rows' checkbox is checked. Following these guidelines: https://www.w3.org/TR/UNDERSTANDING-WCAG20/text-equiv-all.html https://www.w3.org/TR/WCAG20-TECHS/H37.html Change-Id: Ieac4c89cf817a46d5a30a23f541eb416cd4a1628 Bug: 963183 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1794024Reviewed-by:Yang Guo <yangguo@chromium.org> Commit-Queue: Chandani Shrestha <chshrest@microsoft.com> Cr-Commit-Position: refs/heads/master@{#696887}
Showing
Please register or sign in to comment