]> source.dussan.org Git - jquery-ui.git/commitdiff
demos/dialog/modal.html: clarified the description for modal
authorRichard Worth <rdworth@gmail.com>
Wed, 31 Dec 2008 20:01:55 +0000 (20:01 +0000)
committerRichard Worth <rdworth@gmail.com>
Wed, 31 Dec 2008 20:01:55 +0000 (20:01 +0000)
demos/dialog/modal.html

index 6789ec8e9943823055141e1f0bfed2a7b8ff6d30..4c0f2ba4ce75eb8f0437c8636abb7ca952b53991 100644 (file)
 
 </div><!-- End demo -->
 
-
-
 <div class="demo-description">
 
-<p>This is identical to the default dialog except a semi-transparent overlay layer is added as an option to make this look more modal and dim out the page content behind it to bring the user's attention to the dialog.</p><p>The dialog window can be moved, resized and closed with the 'x' icon.</p>
+<p>
+This is a simple modal dialog with a semi-transparent overlay layer added as an option to dim out the page content behind it and bring the user's attention to the dialog. A modal dialog prevents interaction from the rest of the page until it is dismissed.
+</p>
+
+<p>
+The dialog window can be moved, resized and closed with the 'x' icon.
+</p>
 
 </div><!-- End demo-description -->