aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/intersectionobserver/disconnect/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/api/intersectionobserver/disconnect/index.html')
-rw-r--r--files/zh-cn/web/api/intersectionobserver/disconnect/index.html24
1 files changed, 7 insertions, 17 deletions
diff --git a/files/zh-cn/web/api/intersectionobserver/disconnect/index.html b/files/zh-cn/web/api/intersectionobserver/disconnect/index.html
index 0e4513516e..92a8b99ff1 100644
--- a/files/zh-cn/web/api/intersectionobserver/disconnect/index.html
+++ b/files/zh-cn/web/api/intersectionobserver/disconnect/index.html
@@ -4,6 +4,8 @@ slug: Web/API/IntersectionObserver/disconnect
tags:
- API
- Disconnect
+ - Intersection Observer
+ - Intersection Observer API
- IntersectionObserver
- Method
translation_of: Web/API/IntersectionObserver/disconnect
@@ -14,7 +16,8 @@ translation_of: Web/API/IntersectionObserver/disconnect
<h2 id="语法">语法</h2>
-<pre class="syntaxbox"><em>IntersectionObserver</em>.disconnect();</pre>
+<pre
+ class="brush: js"><em>intersectionObserver</em>.disconnect();</pre>
<h3 id="参数">参数</h3>
@@ -26,26 +29,13 @@ translation_of: Web/API/IntersectionObserver/disconnect
<h2 id="说明">说明</h2>
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Specification</th>
- <th scope="col">Status</th>
- <th scope="col">Comment</th>
- </tr>
- <tr>
- <td>{{SpecName('IntersectionObserver','#dom-intersectionobserver-disconnect','IntersectionObserver.disconnect()')}}</td>
- <td>{{Spec2('IntersectionObserver')}}</td>
- <td>Initial definition.</td>
- </tr>
- </tbody>
-</table>
+{{Specifications}}
<h2 id="浏览器兼容性">浏览器兼容性 </h2>
-<p>{{Compat("api.IntersectionObserver.disconnect")}}</p>
+<p>{{Compat}}</p>
-<h2 id="See_also">See also</h2>
+<h2 id="See_also">参考</h2>
<ul>
<li>{{domxref("IntersectionObserver.observe", "observe()")}}</li>