From: Richard Worth Date: Wed, 31 Dec 2008 20:01:55 +0000 (+0000) Subject: demos/dialog/modal.html: clarified the description for modal X-Git-Tag: 1.6rc3~23 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7e93fd4ee6f3f19d92b1e3008e5a9fd1370f003d;p=jquery-ui.git demos/dialog/modal.html: clarified the description for modal --- diff --git a/demos/dialog/modal.html b/demos/dialog/modal.html index 6789ec8e9..4c0f2ba4c 100644 --- a/demos/dialog/modal.html +++ b/demos/dialog/modal.html @@ -48,11 +48,15 @@ - -
-

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.

The dialog window can be moved, resized and closed with the 'x' icon.

+

+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. +

+ +

+The dialog window can be moved, resized and closed with the 'x' icon. +