Skip to content

Commit

Permalink
Modal Dialog Example: Start Review Process
Browse files Browse the repository at this point in the history
The modal dialog example development for issue #103 is complete. The following changes start the review process.

Modified aria-practices.html to replace  link to issue 103 with a link to the new example page.
Modified examples/dialog-modal/dialog.html to add link to review issue 321.
  • Loading branch information
mcking65 committed Mar 16, 2017
1 parent 2493510 commit 7192755
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 1 addition & 4 deletions aria-practices.html
Original file line number Diff line number Diff line change
Expand Up @@ -515,10 +515,7 @@ <h4>WAI-ARIA Roles, States, and Properties</h4>
</section>
<section class="notoc">
<h4>Example</h4>
<p>
Work to develop a dialog example is tracked by
<a href="https://github.com/w3c/aria-practices/issues/103">issue 103.</a>
</p>
<p><a href="examples/dialog-modal/dialog.html">Modal Dialog Example</a></p>
</section>
</section>

Expand Down
4 changes: 4 additions & 0 deletions examples/dialog-modal/dialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
<body>
<main>
<h1>Modal Dialog Example</h1>
<p>
<strong>NOTE:</strong> Please provide feedback on this example in
<a href="https://github.com/w3c/aria-practices/issues/321">issue 321.</a>
</p>
<p>
Following is an example implementation of the
<a href="../../#dialog">design pattern for modal dialogs.</a>
Expand Down

0 comments on commit 7192755

Please sign in to comment.