diff --git a/examples/dialog-modal/dialog.html b/examples/dialog-modal/dialog.html index 53364d6360..bbdbc12a00 100644 --- a/examples/dialog-modal/dialog.html +++ b/examples/dialog-modal/dialog.html @@ -179,31 +179,26 @@
- Initial focus and ARIA descriptions are set based on the content of each dialog. -
+Focus and accessible descriptions are set based on the content of each dialog.
Add Delivery Addressdialog (id=dialog1):
aria-describedby
since there is no static text that describes it.Cancelaction, the user's point of regard is maintained by returning focus to the
Add Delivery Addressbutton.
aria-describedby
since there is no static text that describes it.
+ When the dialog closes as a result of the Addaction and the
Address Addeddialog replaces the
Add Delivery Addressdialog, + the
Add Delivery Addressdialog passes a reference to the
Add Delivery Addressbutton to the the
Address Addeddialog + so that it can maintain the user's point of regard when it closes.
Verification Resultdialog (id=dialog2):
div
that is referenced by aria-describedby
.
- div
that is referenced by aria-describedby
.Verify Addressbutton.
Address Addeddialog (id=dialog3): @@ -213,15 +208,15 @@
My Profilelink.
aria-describedby
to hint to screen readers that it should be announced when the dialog opens.
- aria-describedby
to hint to screen readers that it should be announced when the dialog opens.Add Delivery Addressbutton.
End of the Road!dialog (id=dialog4):
aria-describedby
is used to facilitate message announcement for screen reader users.Address Addedconfirmation dialog, when it closes, the user's point of regard is maintained by returning focus to the element that triggered display of the dialog.