Difference between revisions of "Dialog Element"
Jump to navigation
Jump to search
Rnickelson (talk | contribs) |
|||
Line 1: | Line 1: | ||
<html> | <html> | ||
<div style="width:40%; border:solid;"> | <div style="width:40%; border:solid;"> | ||
− | <dialog aria-labelledby="d1"> | + | <dialog aria-labelledby="d1" open> |
<div id="d1" style="text-align:center;">Do you need more time?</div> | <div id="d1" style="text-align:center;">Do you need more time?</div> | ||
<div style="text-align:center;"> | <div style="text-align:center;"> |
Revision as of 12:59, 24 June 2015
Test results for Dialog Element
None of the screen reders announce the role of dialog for the HTML5 Dialog element.