HTML <dialog> 标签
实例
使用 <dialog> 元素:
<table border="1"> <tr> <th>一月 <dialog open>这是打开的对话窗口</dialog></th> <th>二月</th> <th>三月</th> </tr> <tr> <td>31</td> <td>28</td> <td>31</td> </tr> </table>
浏览器支持
元素 | Chrome | IE | Firefox | Safari | Opera |
---|---|---|---|---|---|
<dialog> | 37.0 | 79.0 | 53.0* | 不支持 | 24.0 |
默认情况下不支持,但是可以在 about:config 中启用(将 dom.dialog_element.enabled 设置为 true)。
定义和用法
<dialog> 标签定义对话框或窗口。
HTML 4.01 与 HTML 5 之间的差异
<dialog> 标签是 HTML 5 的新标签。
全局属性
<dialog> 标签支持 HTML 中的全局属性。
事件属性
<dialog> 标签支持 HTML 中的事件属性。
相关页面
HTML DOM 参考手册:Dialog 对象