Skip to content

Commit

Permalink
Merge pull request #615 from sh0ji/dialog-hotfix
Browse files Browse the repository at this point in the history
re-add dialog_layer id
  • Loading branch information
jnurthen committed Apr 4, 2018
2 parents 9ca8bbd + 4b9fba6 commit 65a165b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/dialog-modal/dialog.html
Expand Up @@ -232,7 +232,7 @@ <h2 id="sc1_label">HTML Source Code</h2>
<a href="../../#dialog_modal">Modal Dialog Design Pattern in WAI-ARIA Authoring Practices 1.1</a>
</nav>
</div>
<div class="dialogs">
<div id="dialog_layer" class="dialogs">
<div role="dialog" id="dialog1" aria-labelledby="dialog1_label" aria-modal="true" class="hidden">
<h2 id="dialog1_label">Add Delivery Address</h2>
<div class="dialog_form">
Expand Down

0 comments on commit 65a165b

Please sign in to comment.