aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--files/zh-cn/web/api/window/storage_event/index.html36
1 files changed, 22 insertions, 14 deletions
diff --git a/files/zh-cn/web/api/window/storage_event/index.html b/files/zh-cn/web/api/window/storage_event/index.html
index 81d66d57bc..7a9c471636 100644
--- a/files/zh-cn/web/api/window/storage_event/index.html
+++ b/files/zh-cn/web/api/window/storage_event/index.html
@@ -10,20 +10,28 @@ translation_of: Web/API/Window/storage_event
<h2 id="常规信息">常规信息</h2>
-<dl>
- <dt style="float: left; text-align: right; width: 120px;">说明</dt>
- <dd style="margin: 0 0 0 120px;"><em><a class="external" href="http://www.w3.org/TR/webstorage/#the-storage-event">Web Storage</a></em></dd>
- <dt style="float: left; text-align: right; width: 120px;">接口</dt>
- <dd style="margin: 0 0 0 120px;">{{domxref("StorageEvent")}}</dd>
- <dt style="float: left; text-align: right; width: 120px;">是否冒泡</dt>
- <dd style="margin: 0 0 0 120px;">No</dd>
- <dt style="float: left; text-align: right; width: 120px;">默认行为可取消</dt>
- <dd style="margin: 0 0 0 120px;">No</dd>
- <dt style="float: left; text-align: right; width: 120px;">目标</dt>
- <dd style="margin: 0 0 0 120px;">DefaultView (<code>&lt;window&gt;</code>)</dd>
- <dt style="float: left; text-align: right; width: 120px;">默认行为</dt>
- <dd style="margin: 0 0 0 120px;">无</dd>
-</dl>
+<p>说明: <em><a class="external" href="http://www.w3.org/TR/webstorage/#the-storage-event">Web Storage</a></em></p>
+
+<table class="properties">
+ <tbody>
+ <tr>
+ <th scope="row">接口</th>
+ <td>{{domxref("StorageEvent")}}</td>
+ </tr>
+ <tr>
+ <th scope="row">是否冒泡</th>
+ <td>No</td>
+ </tr>
+ <tr>
+ <th scope="row">目标</th>
+ <td>DefaultView (<code>&lt;window&gt;</code>)</td>
+ </tr>
+ <tr>
+ <th scope="row">默认行为</th>
+ <td>无</td>
+ </tr>
+ </tbody>
+</table>
<h2 id="属性">属性</h2>