Skip to content

Commit

Permalink
chore: rename duplicate demo snippet id [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Mar 7, 2019
1 parent 2c31885 commit 6d20868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/button-a11y-demos.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h3>Accessible Button</h3>

<h3>Accessible Icon Button</h3>
<p>If you only place an icon as the content of the button, you should provide an alternative label for screen reader users by using the standard <code>aria-label</code> attribute.</p>
<vaadin-demo-snippet id="button-a11y-demos-accessible-label">
<vaadin-demo-snippet id="button-a11y-demos-accessible-icon-button">
<template preserve-content>
<vaadin-button aria-label="Create new">
<iron-icon icon="lumo:plus"></iron-icon>
Expand Down

0 comments on commit 6d20868

Please sign in to comment.