Skip to content

Commit 7192755

Browse files
committed
Modal Dialog Example: Start Review Process
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.
1 parent 2493510 commit 7192755

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

aria-practices.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -515,10 +515,7 @@ <h4>WAI-ARIA Roles, States, and Properties</h4>
515515
</section>
516516
<section class="notoc">
517517
<h4>Example</h4>
518-
<p>
519-
Work to develop a dialog example is tracked by
520-
<a href="https://github.com/w3c/aria-practices/issues/103">issue 103.</a>
521-
</p>
518+
<p><a href="examples/dialog-modal/dialog.html">Modal Dialog Example</a></p>
522519
</section>
523520
</section>
524521

examples/dialog-modal/dialog.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
<body>
1818
<main>
1919
<h1>Modal Dialog Example</h1>
20+
<p>
21+
<strong>NOTE:</strong> Please provide feedback on this example in
22+
<a href="https://github.com/w3c/aria-practices/issues/321">issue 321.</a>
23+
</p>
2024
<p>
2125
Following is an example implementation of the
2226
<a href="../../#dialog">design pattern for modal dialogs.</a>

0 commit comments

Comments
 (0)