Skip to content

Commit

Permalink
Static dialog test: Added ARIA semantics.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgonzalez committed Dec 11, 2008
1 parent 8c7f9f3 commit 06ed069
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/static/dialog.html
Expand Up @@ -9,10 +9,10 @@
<body style="font-size: 62.5%;"> <body style="font-size: 62.5%;">




<div class="ui-dialog ui-widget ui-widget-content ui-corner-all"> <div class="ui-dialog ui-widget ui-widget-content ui-corner-all" role="dialog" aria-labelledby="ui-dialog-title-1">
<div class="ui-dialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix"> <div class="ui-dialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix">
<span class="ui-dialog-title">This is my title</span> <span class="ui-dialog-title" id="ui-dialog-title-1">This is my title</span>
<a href="#" class="ui-dialog-titlebar-close ui-corner-all" title="Close"><span class="ui-icon ui-icon-closethick">Close</span></a> <a href="#" class="ui-dialog-titlebar-close ui-corner-all" role="button" title="Close"><span class="ui-icon ui-icon-closethick">Close</span></a>
</div> </div>
<div class="ui-dialog-content ui-widget-content" style="height: 13em;"> <div class="ui-dialog-content ui-widget-content" style="height: 13em;">
<p>I'm in a dialog!</p> <p>I'm in a dialog!</p>
Expand Down

0 comments on commit 06ed069

Please sign in to comment.