diff options
author | Boss Gao's cat <yinjianihao@qq.com> | 2022-03-11 01:37:31 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-11 01:37:31 +0800 |
commit | d495012cffd792a4ae7aa00aafddf502d18a93c2 (patch) | |
tree | 05eb36098e8ee070f29406792c585cfa4a8ee637 /files/zh-cn | |
parent | 9e85ef842f0d820804c62f89966882e83b505fd0 (diff) | |
download | translated-content-d495012cffd792a4ae7aa00aafddf502d18a93c2.tar.gz translated-content-d495012cffd792a4ae7aa00aafddf502d18a93c2.tar.bz2 translated-content-d495012cffd792a4ae7aa00aafddf502d18a93c2.zip |
fix table style (#4473)
Co-authored-by: garfield@staritgp.com <garfield@staritgp.com>
Diffstat (limited to 'files/zh-cn')
-rw-r--r-- | files/zh-cn/web/api/window/storage_event/index.html | 36 |
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><window></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><window></code>)</td> + </tr> + <tr> + <th scope="row">默认行为</th> + <td>无</td> + </tr> + </tbody> +</table> <h2 id="属性">属性</h2> |