]> 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:16:15 +0000 (20:16 +0000)
committerRichard Worth <rdworth@gmail.com>
Wed, 31 Dec 2008 20:16:15 +0000 (20:16 +0000)
demos/dialog/modal.html

index 4c0f2ba4ce75eb8f0437c8636abb7ca952b53991..57493a581c4d56c6c622c784d8f8fa6d5bf0b2ec 100644 (file)
 
 <div class="demo">
 
-       <div id="dialog" title="Basic modal dialog">
-               <p>Adding the modal overlay screen makes the dialog look more prominent because it dims out the page content.</p>
-       </div>
+<div id="dialog" title="Basic modal dialog">
+       <p>Adding the modal overlay screen makes the dialog look more prominent because it dims out the page content.</p>
+</div>
 
-       <!-- Sample page content to illustrate the layering of the dialog -->
-       <div class="hiddenInViewSource" style="padding:20px;">
+<!-- Sample page content to illustrate the layering of the dialog -->
+<div class="hiddenInViewSource" style="padding:20px;">
        <p>Sed vel diam id libero <a href="http://example.com">rutrum convallis</a>. Donec aliquet leo vel magna. Phasellus rhoncus faucibus ante. Etiam bibendum, enim faucibus aliquet rhoncus, arcu felis ultricies neque, sit amet auctor elit eros a lectus.</p>
        <form>
                <input value="text input" /><br />
@@ -51,7 +51,8 @@
 <div class="demo-description">
 
 <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.
+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 the user from interacting with the rest of the page until it is closed.
 </p>
 
 <p>
@@ -60,6 +61,5 @@ The dialog window can be moved, resized and closed with the 'x' icon.
 
 </div><!-- End demo-description -->
 
-
 </body>
 </html>