adding focusable and aria-hidden attributes (#751)

Updating blank SVG to ensure that it does not receive keyboard focus / is not exposed to assistive technologies.
This commit is contained in:
bpmcneilly
2021-05-05 11:40:30 -07:00
committed by GitHub
parent 45fc658d70
commit fcb8c1f985

View File

@@ -83,7 +83,7 @@ body {
<body>
<h1>MicroMDM</h1>
<svg xmlns="http://www.w3.org/2000/svg" width="204" height="192" viewBox="0 0 51 48">
<svg xmlns="http://www.w3.org/2000/svg" width="204" height="192" viewBox="0 0 51 48" focusable="false" aria-hidden="true">
<g fill="none" fill-rule="evenodd">
<path fill="#366BE0" d="M34 38L0 20 34 0z"/>
<path fill="#4A9DFF" d="M17 10l34 18-34 20z"/>