diff options
author | 怀瑾 <symant233@gmail.com> | 2021-08-22 18:20:26 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-22 18:20:26 +0800 |
commit | 9a64ccce707a46273e3138a90348388161519c86 (patch) | |
tree | eea5ff96fb92d16f6cf66bb635b1e4a32b2317b2 /files/zh-cn/web/api/intersectionobserver/disconnect/index.html | |
parent | 0a46226c63eff14c584691b33d73a3a1966183b9 (diff) | |
download | translated-content-9a64ccce707a46273e3138a90348388161519c86.tar.gz translated-content-9a64ccce707a46273e3138a90348388161519c86.tar.bz2 translated-content-9a64ccce707a46273e3138a90348388161519c86.zip |
Update InterserctionObservable content, zh-CN (#2161)
* IntersectionObserver update
* Intersection_Observer_API
根据最新英文版对照编辑, 更新&新增了一些翻译, 添加了英文版最新内容(还没翻译完)...
* flaw fix except macros
Diffstat (limited to 'files/zh-cn/web/api/intersectionobserver/disconnect/index.html')
-rw-r--r-- | files/zh-cn/web/api/intersectionobserver/disconnect/index.html | 24 |
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> |