Skip to content

Commit

Permalink
re-add dialog_layer id
Browse files Browse the repository at this point in the history
  • Loading branch information
sh0ji committed Mar 10, 2018
1 parent dc2a614 commit 4b9fba6
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 4b9fba6

Please sign in to comment.