diff options
Diffstat (limited to 'files/zh-cn/web/api/element')
-rw-r--r-- | files/zh-cn/web/api/element/classlist/index.html | 2 | ||||
-rw-r--r-- | files/zh-cn/web/api/element/createshadowroot/index.html | 2 | ||||
-rw-r--r-- | files/zh-cn/web/api/element/setattribute/index.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/files/zh-cn/web/api/element/classlist/index.html b/files/zh-cn/web/api/element/classlist/index.html index f7a905889b..4cd64f9d9f 100644 --- a/files/zh-cn/web/api/element/classlist/index.html +++ b/files/zh-cn/web/api/element/classlist/index.html @@ -281,7 +281,7 @@ if (typeof DOMTokenList !== "function") (function(window){ <h2 id="浏览器兼容性">浏览器兼容性</h2> -<div class="hidden">此页面上的兼容性表是根据结构化数据生成的。如果您想对数据有所贡献,请查看<a href="/zh-CN/docs/">https://github.com/mdn/browser-compat-data</a>并向我们发送请求。</div> + <p>{{Compat("api.Element.classList")}}</p> diff --git a/files/zh-cn/web/api/element/createshadowroot/index.html b/files/zh-cn/web/api/element/createshadowroot/index.html index dde57148ca..51edc306b5 100644 --- a/files/zh-cn/web/api/element/createshadowroot/index.html +++ b/files/zh-cn/web/api/element/createshadowroot/index.html @@ -28,4 +28,4 @@ translation_of: Web/API/Element/createShadowRoot <h2 id="浏览器兼容性">浏览器兼容性</h2> -<div class="hidden">此页面上的兼容性表是根据结构化数据生成的。如果您想为数据做出贡献,请查看<a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>并向我们发送拉取请求。</div> + diff --git a/files/zh-cn/web/api/element/setattribute/index.html b/files/zh-cn/web/api/element/setattribute/index.html index 4763c9fe9e..133a829186 100644 --- a/files/zh-cn/web/api/element/setattribute/index.html +++ b/files/zh-cn/web/api/element/setattribute/index.html @@ -88,7 +88,7 @@ b.setAttribute("disabled", ""); <h2 id="浏览器兼容性">浏览器兼容性</h2> -<div class="hidden">此页面上的兼容性表是根据结构化数据生成的。 如果您想提供数据,请查看https://github.com/mdn/browser-compat-data并向我们发送请求请求。</div> + <p>{{Compat("api.Element.setAttribute")}}</p> |