doc_treeupdate_ariadialog.html 627 B

123456789101112131415161718192021222324
  1. <html>
  2. <head>
  3. <meta charset="utf-8"/>
  4. <title>Tree Update ARIA Dialog Test</title>
  5. </head>
  6. <body id="body">
  7. <div id="dialog" role="dialog" style="display: none;">
  8. <table id="table" role="presentation"
  9. style="display: block; position: fixed; top: 88px; left: 312.5px; z-index: 10010;">
  10. <tbody>
  11. <tr>
  12. <td role="presentation">
  13. <div role="presentation">
  14. <a id="a" role="button">text</a>
  15. </div>
  16. <input id="input">
  17. </td>
  18. </tr>
  19. </tbody>
  20. </table>
  21. </div>
  22. </body>
  23. </html>