diff options
Diffstat (limited to 'files/zh-cn/web/api')
40 files changed, 33 insertions, 49 deletions
diff --git a/files/zh-cn/web/api/abortsignal/index.html b/files/zh-cn/web/api/abortsignal/index.html index 445511e99c..e811923848 100644 --- a/files/zh-cn/web/api/abortsignal/index.html +++ b/files/zh-cn/web/api/abortsignal/index.html @@ -95,7 +95,7 @@ function fetchVideo() { <h2 id="浏览器兼容性">浏览器兼容性</h2> -<div class="hidden">此页面上的兼容性表格由结构化数据生成。 如果您想提供数据,请查看https://github.com/mdn/browser-compat-data并向我们发送拉取请求。</div> + <p>{{Compat("api.AbortSignal")}}</p> diff --git a/files/zh-cn/web/api/audioworkletnode/index.html b/files/zh-cn/web/api/audioworkletnode/index.html index 19a14ef2f1..aef0a87c92 100644 --- a/files/zh-cn/web/api/audioworkletnode/index.html +++ b/files/zh-cn/web/api/audioworkletnode/index.html @@ -90,7 +90,7 @@ whiteNoiseNode.connect(audioContext.destination) <h2 id="浏览器兼容性">浏览器兼容性</h2> <div> -<div class="hidden">此页面上的兼容性表是根据结构化数据生成的。 如果您想提供数据,请查看https://github.com/mdn/browser-compat-data并向我们发送PR。</div> + <p>{{Compat("api.AudioWorkletNode")}}</p> </div> diff --git a/files/zh-cn/web/api/canvasrenderingcontext2d/createlineargradient/index.html b/files/zh-cn/web/api/canvasrenderingcontext2d/createlineargradient/index.html index 4df64d94c4..6a6ce1cfe4 100644 --- a/files/zh-cn/web/api/canvasrenderingcontext2d/createlineargradient/index.html +++ b/files/zh-cn/web/api/canvasrenderingcontext2d/createlineargradient/index.html @@ -133,7 +133,7 @@ window.addEventListener("load", drawCanvas); <h2 id="浏览器兼容性">浏览器兼容性</h2> -<div class="hidden">The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out <a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</div> + <p>{{Compat("api.CanvasRenderingContext2D.createLinearGradient")}}</p> diff --git a/files/zh-cn/web/api/console/debug/index.html b/files/zh-cn/web/api/console/debug/index.html index 5e99b5ac81..8303d85879 100644 --- a/files/zh-cn/web/api/console/debug/index.html +++ b/files/zh-cn/web/api/console/debug/index.html @@ -53,7 +53,7 @@ console.debug(<em>消息</em>[, 字符串<em>1</em>, ..., 字符串<em>N</em>]); <h2 id="浏览器兼容性">浏览器兼容性</h2> <div> -<div class="hidden">此页面上的兼容性表是根据结构化数据生成的。 如果您想为数据做出贡献,请查看https://github.com/mdn/browser-compat-data并向我们推送请求。</div> + <p>{{Compat("api.Console.debug")}}</p> </div> diff --git a/files/zh-cn/web/api/datatransfer/datatransfer/index.html b/files/zh-cn/web/api/datatransfer/datatransfer/index.html index 2655af1de2..dd0f5990af 100644 --- a/files/zh-cn/web/api/datatransfer/datatransfer/index.html +++ b/files/zh-cn/web/api/datatransfer/datatransfer/index.html @@ -42,6 +42,6 @@ translation_of: Web/API/DataTransfer/DataTransfer <h2 id="浏览器兼容性">浏览器兼容性</h2> -<div class="hidden">此页上的兼容性表是从结构化数据生成的。如果您想贡献数据,请访问 https://github.com/mdn/browser-compat-data 并向我们发送一个请求。</div> + <p>{{Compat("api.DataTransfer.DataTransfer")}}</p> diff --git a/files/zh-cn/web/api/datatransferitem/webkitgetasentry/index.html b/files/zh-cn/web/api/datatransferitem/webkitgetasentry/index.html index dc0cb8a184..4ba9bea747 100644 --- a/files/zh-cn/web/api/datatransferitem/webkitgetasentry/index.html +++ b/files/zh-cn/web/api/datatransferitem/webkitgetasentry/index.html @@ -164,8 +164,6 @@ function scanFiles(item, container) { <h2 id="Browser_compatibility" name="Browser_compatibility"><font><font>浏览器兼容性</font></font></h2> -<div class="hidden"><font><font>此页面上的兼容性表是根据结构化数据生成的。</font><font>如果您想为数据做出贡献,请查看</font></font><a href="https://github.com/mdn/browser-compat-data"><font><font>https://github.com/mdn/browser-compat-data</font></font></a><font><font>并向我们发送拉取请求。</font></font></div> - <p><font><font>{{COMPAT("api.DataTransferItem.webkitGetAsEntry")}}</font></font></p> <h2 id="也可以看看"><font><font>也可以看看</font></font></h2> diff --git a/files/zh-cn/web/api/document/domain/index.html b/files/zh-cn/web/api/document/domain/index.html index b6951d94a0..e73289bd45 100644 --- a/files/zh-cn/web/api/document/domain/index.html +++ b/files/zh-cn/web/api/document/domain/index.html @@ -82,7 +82,7 @@ if (document.domain == badDomain) { <h2 id="浏览器兼容性">浏览器兼容性</h2> -<div class="hidden">此页面上的兼容性表是根据结构化数据生成的。如果您想贡献数据,请查看https://github.com/mdn/browser-compat-data并向我们发送请求请求</div> + <div>{{Compat("api.Document.domain")}}</div> diff --git a/files/zh-cn/web/api/document/pointerlockchange_event/index.html b/files/zh-cn/web/api/document/pointerlockchange_event/index.html index 86a47a3f06..b80a0bd242 100644 --- a/files/zh-cn/web/api/document/pointerlockchange_event/index.html +++ b/files/zh-cn/web/api/document/pointerlockchange_event/index.html @@ -61,7 +61,7 @@ translation_of: Web/API/Document/pointerlockchange_event <h2 id="浏览器兼容性">浏览器兼容性</h2> -<div class="hidden">此页上的兼容性表是从结构化数据生成的。如果你想对数据有所贡献,请查看https://github.com/mdn/browser-compat-data并向我们发送请求。</div> + <p>{{Compat("api.Document.pointerlockchange_event")}}</p> diff --git a/files/zh-cn/web/api/document/touchcancel_event/index.html b/files/zh-cn/web/api/document/touchcancel_event/index.html index aaacf163f8..4cb7751a7a 100644 --- a/files/zh-cn/web/api/document/touchcancel_event/index.html +++ b/files/zh-cn/web/api/document/touchcancel_event/index.html @@ -60,8 +60,6 @@ translation_of: Web/API/Document/touchcancel_event <h2 id="浏览器兼容性"><font><font>浏览器兼容性</font></font></h2> -<div class="hidden"><font><font>此页面上的兼容性表是根据结构化数据生成的。</font><font>如果您想贡献数据,请查看</font></font><a href="https://github.com/mdn/browser-compat-data"><font><font>https://github.com/mdn/browser-compat-data</font></font></a><font><font>并向我们发送请求请求。</font></font></div> - <p>{{Compat("api.Document.touchcancel_event")}}</p> <h2 id="参见"><font><font>参见</font></font></h2> diff --git a/files/zh-cn/web/api/documentfragment/queryselectorall/index.html b/files/zh-cn/web/api/documentfragment/queryselectorall/index.html index d90c170022..612e9bdc61 100644 --- a/files/zh-cn/web/api/documentfragment/queryselectorall/index.html +++ b/files/zh-cn/web/api/documentfragment/queryselectorall/index.html @@ -50,7 +50,7 @@ translation_of: Web/API/DocumentFragment/querySelectorAll <h2 id="浏览器兼容性">浏览器兼容性</h2> -<div class="hidden">此页中的兼容性表由结构化数据生成。如果您想对数据做出贡献,请查看https://github.com/mdn/browser-compat-data,并向我们发送一个pull request。</div> + <p>{{Compat("api.DocumentFragment.querySelectorAll")}}</p> 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> diff --git a/files/zh-cn/web/api/filereader/abort_event/index.html b/files/zh-cn/web/api/filereader/abort_event/index.html index e6a2040602..127807889a 100644 --- a/files/zh-cn/web/api/filereader/abort_event/index.html +++ b/files/zh-cn/web/api/filereader/abort_event/index.html @@ -165,8 +165,6 @@ fileInput.addEventListener('change', handleSelected);返回返回发的 <h2 id="浏览器兼容性">浏览器兼容性</h2> -<div class="hidden">此页上的兼容性表是从结构化数据生成的。如果你想对数据有所贡献,请查看https://github.com/mdn/browser-compat-data并向我们发送请求。</div> - <p>{{Compat("api.FileReader.abort_event")}}</p> <h2 id="另请参见">另请参见</h2> diff --git a/files/zh-cn/web/api/history/scrollrestoration/index.html b/files/zh-cn/web/api/history/scrollrestoration/index.html index 9ae0fa7d9b..77c607304c 100644 --- a/files/zh-cn/web/api/history/scrollrestoration/index.html +++ b/files/zh-cn/web/api/history/scrollrestoration/index.html @@ -70,6 +70,6 @@ if (scrollRestoration === 'manual') { <h2 id="浏览器兼容性">浏览器兼容性</h2> -<div class="hidden">从结构化数据生成。如果您想对数据进行贡献,请查看https://github.com/mdn/browser-compat-data并向我们发送pull request这个t上的兼容性表能力这一页是</div> + <p>{{Compat("api.History.scrollRestoration")}}</p> diff --git a/files/zh-cn/web/api/htmlcanvaselement/mozopaque/index.html b/files/zh-cn/web/api/htmlcanvaselement/mozopaque/index.html index b82b5718db..aa4187decb 100644 --- a/files/zh-cn/web/api/htmlcanvaselement/mozopaque/index.html +++ b/files/zh-cn/web/api/htmlcanvaselement/mozopaque/index.html @@ -40,7 +40,7 @@ canvas.mozOpaque = false; <h2 id="浏览器兼容性">浏览器兼容性</h2> -<div class="hidden">此页面上的兼容性表是由结构化数据生成的。如果您想贡献数据,请查看https://github.com/mdn/browser-compat-data并向我们发送pull请求。</div> + <p>{{Compat("api.HTMLCanvasElement.mozOpaque")}}</p> diff --git a/files/zh-cn/web/api/htmldetailselement/index.html b/files/zh-cn/web/api/htmldetailselement/index.html index 6b554dc11b..3e734f07ad 100644 --- a/files/zh-cn/web/api/htmldetailselement/index.html +++ b/files/zh-cn/web/api/htmldetailselement/index.html @@ -32,7 +32,7 @@ translation_of: Web/API/HTMLDetailsElement <h2 id="浏览器兼容性">浏览器兼容性</h2> <div> -<div class="hidden"><a href="https://github.com/mdn/browser-compat-data">此页上的兼容性表是从结构化数据生成的。如果您想贡献数据,请访问 https://github.com/mdn/browser-compat-data</a> 并向我们发送一个请求。</div> + <p>{{Compat("api.HTMLDetailsElement")}}</p> </div> diff --git a/files/zh-cn/web/api/htmltablerowelement/rowindex/index.html b/files/zh-cn/web/api/htmltablerowelement/rowindex/index.html index 199f2fbc54..ef548d318b 100644 --- a/files/zh-cn/web/api/htmltablerowelement/rowindex/index.html +++ b/files/zh-cn/web/api/htmltablerowelement/rowindex/index.html @@ -53,6 +53,6 @@ rows.forEach((row)=> {</font></font><font><font> <h2 id="浏览器兼容性"><font><font>浏览器兼容性</font></font></h2> -<div class="hidden"><font><font>此页面上的兼容性表是根据结构化数据生成的。</font><font>如果您想提供数据,请查看</font></font><a href="https://github.com/mdn/browser-compat-data"><font><font>https://github.com/mdn/browser-compat-data</font></font></a><font><font>并向我们发送请求请求。</font></font></div> + <p><font><font>{{Compat("api.HTMLTableRowElement.rowIndex")}}</font></font></p> diff --git a/files/zh-cn/web/api/location/tostring/index.html b/files/zh-cn/web/api/location/tostring/index.html index c975af6b11..cc7beca053 100644 --- a/files/zh-cn/web/api/location/tostring/index.html +++ b/files/zh-cn/web/api/location/tostring/index.html @@ -37,6 +37,6 @@ var result = anchor.toString(); // Returns: 'https://developer.mozilla.org/en-US <h2 id="浏览器兼容性"><font><font>浏览器兼容性</font></font></h2> -<div class="hidden"><font><font>此页面上的兼容性表是根据结构化数据生成的。</font><font>如果您想贡献数据,请查看</font></font><a href="https://github.com/mdn/browser-compat-data"><font><font>https://github.com/mdn/browser-compat-data</font></font></a><font><font>并向我们发送请求请求。</font></font></div> + <p><font><font>{{Compat("api.Location.toString")}}</font></font></p> diff --git a/files/zh-cn/web/api/mediarecorder/ondataavailable/index.html b/files/zh-cn/web/api/mediarecorder/ondataavailable/index.html index 0bf5fce305..48392d0689 100644 --- a/files/zh-cn/web/api/mediarecorder/ondataavailable/index.html +++ b/files/zh-cn/web/api/mediarecorder/ondataavailable/index.html @@ -66,7 +66,7 @@ translation_of: Web/API/MediaRecorder/ondataavailable <h2 id="浏览器兼容性"><font><font>浏览器兼容性</font></font></h2> -<div class="hidden"><font><font>此页面中的兼容性表是根据结构化数据生成的。</font><font>如果您想贡献数据,请查看</font></font><a href="https://github.com/mdn/browser-compat-data"><font><font>https://github.com/mdn/browser-compat-data</font></font></a><font><font>并向我们发送请求请求。</font></font></div> + <p><font><font>{{Compat("api.MediaRecorder.ondataavailable")}}</font></font></p> diff --git a/files/zh-cn/web/api/mediastreamtrack/getconstraints/index.html b/files/zh-cn/web/api/mediastreamtrack/getconstraints/index.html index 86526e0a60..b2c0593a99 100644 --- a/files/zh-cn/web/api/mediastreamtrack/getconstraints/index.html +++ b/files/zh-cn/web/api/mediastreamtrack/getconstraints/index.html @@ -61,6 +61,6 @@ translation_of: Web/API/MediaStreamTrack/getConstraints <h2 id="浏览器兼容性"><font><font>浏览器兼容性</font></font></h2> -<div class="hidden"><font><font>此页面上的兼容性表格由结构化数据生成。</font><font>如果您想为数据做出贡献,请查看</font></font><a href="https://github.com/mdn/browser-compat-data"><font><font>https://github.com/mdn/browser-compat-data</font></font></a><font><font>并向我们发送拉取请求。</font></font></div> + <p><font><font>{{COMPAT( "api.MediaStreamTrack.getConstraints")}}</font></font></p> diff --git a/files/zh-cn/web/api/mediastreamtrack/readystate/index.html b/files/zh-cn/web/api/mediastreamtrack/readystate/index.html index 4a0aa377b0..bab6b554e0 100644 --- a/files/zh-cn/web/api/mediastreamtrack/readystate/index.html +++ b/files/zh-cn/web/api/mediastreamtrack/readystate/index.html @@ -48,7 +48,7 @@ translation_of: Web/API/MediaStreamTrack/readyState <h2 id="浏览器兼容性">浏览器兼容性</h2> -<div class="hidden">此页面上的兼容性表是根据结构化数据生成的。 如果您想贡献数据,请查看https://github.com/mdn/browser-compat-data并向我们发送请求请求。</div> + <p>{{Compat("api.MediaStreamTrack.readyState")}}</p> diff --git a/files/zh-cn/web/api/mediastreamtrack/stop/index.html b/files/zh-cn/web/api/mediastreamtrack/stop/index.html index f4372c5d79..d23933ad8d 100644 --- a/files/zh-cn/web/api/mediastreamtrack/stop/index.html +++ b/files/zh-cn/web/api/mediastreamtrack/stop/index.html @@ -73,7 +73,7 @@ translation_of: Web/API/MediaStreamTrack/stop <h2 id="浏览器兼容性">浏览器兼容性</h2> -<div class="hidden">此页面上的兼容性表是根据结构化数据生成的。 如果您想贡献数据,请查看https://github.com/mdn/browser-compat-data并向我们发送请求请求。</div> + <p>{{Compat("api.MediaStreamTrack.stop")}}</p> diff --git a/files/zh-cn/web/api/navigator/devicememory/index.html b/files/zh-cn/web/api/navigator/devicememory/index.html index b5c5948433..a4496d5c22 100644 --- a/files/zh-cn/web/api/navigator/devicememory/index.html +++ b/files/zh-cn/web/api/navigator/devicememory/index.html @@ -36,6 +36,6 @@ console.log ("This device has at least " + memory + "GiB of RAM.") <h2 id="Browser_compatibility">Browser compatibility</h2> -<div class="hidden">此页上的兼容性表是从结构化数据生成的。如果你想对数据有所贡献,请查看https://github.com/mdn/browser-compat-data并向我们发送请求</div> + <p>{{Compat("api.Navigator.deviceMemory")}}</p> diff --git a/files/zh-cn/web/api/navigator/index.html b/files/zh-cn/web/api/navigator/index.html index a68d752556..8660fc5c2d 100644 --- a/files/zh-cn/web/api/navigator/index.html +++ b/files/zh-cn/web/api/navigator/index.html @@ -167,6 +167,4 @@ translation_of: Web/API/Navigator <h2 id="浏览器兼容性">浏览器兼容性</h2> -<div class="hidden">The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out <a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</div> - <div>{{Compat("api.Navigator")}}</div> diff --git a/files/zh-cn/web/api/performanceobserver/index.html b/files/zh-cn/web/api/performanceobserver/index.html index ca70398a68..16b1f768d8 100644 --- a/files/zh-cn/web/api/performanceobserver/index.html +++ b/files/zh-cn/web/api/performanceobserver/index.html @@ -64,7 +64,7 @@ observer2.observe({entryTypes: ["measure"]});</pre> <h2 id="浏览器兼容性">浏览器兼容性</h2> <div> -<div class="hidden">此页面上的兼容性表是根据结构化数据生成的。 如果您想为数据做出贡献,请查看https://github.com/mdn/browser-compat-data并向我们发送拉取请求。</div> + <p>{{Compat("api.PerformanceObserver")}}</p> </div> diff --git a/files/zh-cn/web/api/svganimateelement/index.html b/files/zh-cn/web/api/svganimateelement/index.html index aa58555245..4df5b6c89d 100644 --- a/files/zh-cn/web/api/svganimateelement/index.html +++ b/files/zh-cn/web/api/svganimateelement/index.html @@ -45,6 +45,6 @@ translation_of: Web/API/SVGAnimateElement <h2 id="浏览器兼容性">浏览器兼容性</h2> -<div class="hidden">此页面上的兼容性表是根据结构化数据生成的。如果您想贡献数据,请查看https://github.com/mdn/browser-compat-data并向我们发送请求请求。</div> + <p>{{Compat("api.SVGAnimateElement")}}</p> diff --git a/files/zh-cn/web/api/svggraphicselement/index.html b/files/zh-cn/web/api/svggraphicselement/index.html index 2993848c2e..6846775440 100644 --- a/files/zh-cn/web/api/svggraphicselement/index.html +++ b/files/zh-cn/web/api/svggraphicselement/index.html @@ -62,6 +62,4 @@ translation_of: Web/API/SVGGraphicsElement <h2 id="浏览器兼容性">浏览器兼容性</h2> -<div class="hidden">此页面上的兼容性表是根据结构化数据生成的。如果您想贡献数据,请查看https://github.com/mdn/browser-compat-data并向我们发送请求请求。</div> - <p>{{Compat("api.SVGGraphicsElement")}}</p> diff --git a/files/zh-cn/web/api/svgsvgelement/index.html b/files/zh-cn/web/api/svgsvgelement/index.html index 0a7cff0b73..d7bde5e214 100644 --- a/files/zh-cn/web/api/svgsvgelement/index.html +++ b/files/zh-cn/web/api/svgsvgelement/index.html @@ -161,8 +161,6 @@ translation_of: Web/API/SVGSVGElement <h2 id="Browser_compatibility">Browser compatibility</h2> -<div class="hidden"><font><font>此页面上的兼容性表是根据结构化数据生成的。</font><font>如果您想为数据做出贡献,请查看</font></font><a href="https://github.com/mdn/browser-compat-data"><font><font>https://github.com/mdn/browser-compat-data</font></font></a><font><font>并向我们发送拉取请求。</font></font></div> - <p><font><font>{{COMPAT("api.SVGSVGElement")}}</font></font></p> <h2 id="也可以看看"><font><font>也可以看看</font></font></h2> diff --git a/files/zh-cn/web/api/svguseelement/index.html b/files/zh-cn/web/api/svguseelement/index.html index aae9a87bab..40fdd258d1 100644 --- a/files/zh-cn/web/api/svguseelement/index.html +++ b/files/zh-cn/web/api/svguseelement/index.html @@ -60,7 +60,7 @@ translation_of: Web/API/SVGUseElement <h2 id="浏览器兼容性"><font><font>浏览器兼容性</font></font></h2> -<div class="hidden"><font><font>此页面上的兼容性表是根据结构化数据生成的。</font><font>如果您想提供数据,请查看</font></font><a href="https://github.com/mdn/browser-compat-data"><font><font>https://github.com/mdn/browser-compat-data</font></font></a><font><font>并向我们发送请求请求。</font></font></div> + <p>{{Compat("api.SVGUseElement")}}</p> diff --git a/files/zh-cn/web/api/textdecoder/index.html b/files/zh-cn/web/api/textdecoder/index.html index a0e7279ba6..a8806cfac0 100644 --- a/files/zh-cn/web/api/textdecoder/index.html +++ b/files/zh-cn/web/api/textdecoder/index.html @@ -93,7 +93,7 @@ console<span class="punctuation token">.</span><span class="function token">log< <h2 id="浏览器兼容性"><font><font><font>浏览器兼容性</font></font></font></h2> <div> -<div class="hidden"><font><font><font>此页面上的兼容性表是根据结构化数据生成的。</font><font>如果您想提供数据,请查看</font></font><a href="https://github.com/mdn/browser-compat-data"><font><font>https://github.com/mdn/browser-compat-data</font></font></a><font><font>并向我们发送请求。</font></font></font></div> + <p><font>{{Compat("api.TextDecoder")}}</font></p> </div> diff --git a/files/zh-cn/web/api/url/pathname/index.html b/files/zh-cn/web/api/url/pathname/index.html index cb761610f6..434628a321 100644 --- a/files/zh-cn/web/api/url/pathname/index.html +++ b/files/zh-cn/web/api/url/pathname/index.html @@ -48,7 +48,7 @@ var result = url.pathname; // Returns:"/en-US/docs/Web/API/URL/pathname" <h2 id="浏览器兼容性">浏览器兼容性</h2> -<div class="hidden">该页面上的兼容性表是由结构化数据生成的。如果您想对数据做出贡献,请查看https://github.com/mdn/browser-compat-data,并向我们发送一个pull request。</div> + <p>{{Compat("api.URL.pathname")}}</p> diff --git a/files/zh-cn/web/api/url/search/index.html b/files/zh-cn/web/api/url/search/index.html index 7bbe118ad5..4969e2fd84 100644 --- a/files/zh-cn/web/api/url/search/index.html +++ b/files/zh-cn/web/api/url/search/index.html @@ -52,7 +52,7 @@ var queryString = url.search; // Returns:"?q=123" <h2 id="浏览器兼容性">浏览器兼容性</h2> -<div class="hidden">该页面上的兼容性表是由结构化数据生成的。如果您想对数据做出贡献,请查看https://github.com/mdn/browser-compat-data,并向我们发送一个pull request。</div> + <p>{{Compat("api.URL.search")}}</p> diff --git a/files/zh-cn/web/api/url/username/index.html b/files/zh-cn/web/api/url/username/index.html index 9e49a28dce..d57967fc84 100644 --- a/files/zh-cn/web/api/url/username/index.html +++ b/files/zh-cn/web/api/url/username/index.html @@ -50,7 +50,7 @@ var user = url.username; // 返回:“anonymous” <h2 id="浏览器兼容性">浏览器兼容性</h2> -<div class="hidden">此页面上的兼容性表是根据结构化数据生成的。 如果您想为数据做出贡献,请查看https://github.com/mdn/browser-compat-data并向我们发送拉取请求。</div> + <p>{{Compat("api.URL.username")}}</p> diff --git a/files/zh-cn/web/api/url_api/index.html b/files/zh-cn/web/api/url_api/index.html index cecc627edd..f138baa59a 100644 --- a/files/zh-cn/web/api/url_api/index.html +++ b/files/zh-cn/web/api/url_api/index.html @@ -110,7 +110,7 @@ try { <h2 id="浏览器兼容性">浏览器兼容性</h2> <div> -<div class="hidden">此页面上的兼容性表是由结构化数据生成的。如果您想贡献数据,请查看<a href="/en-US/docs/">https://github.com/mdn/browser-compat-data</a>并向我们发送pull request。</div> + <p>{{Compat("api.URL")}}</p> </div> diff --git a/files/zh-cn/web/api/urlsearchparams/entries/index.html b/files/zh-cn/web/api/urlsearchparams/entries/index.html index 23e87b1b59..46e9740350 100644 --- a/files/zh-cn/web/api/urlsearchparams/entries/index.html +++ b/files/zh-cn/web/api/urlsearchparams/entries/index.html @@ -45,7 +45,7 @@ key2, value2</pre> <h2 id="浏览器兼容性">浏览器兼容性</h2> <div> -<div class="hidden">The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.</div> + <p>{{Compat("api.URLSearchParams.entries")}}</p> </div> diff --git a/files/zh-cn/web/api/webglrenderingcontext/getuniform/index.html b/files/zh-cn/web/api/webglrenderingcontext/getuniform/index.html index 924ee123be..5c9621f5c3 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/getuniform/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/getuniform/index.html @@ -201,7 +201,7 @@ gl.getUniform(program, loc); <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p class="hidden">此页面中的兼容性表格由结构化数据生成。如果您想为数据做出贡献,请查看https://github.com/mdn/browser-compat-data并向我们发送获取请求。</p> + <p>{{Compat("api.WebGLRenderingContext.getUniform")}}</p> diff --git a/files/zh-cn/web/api/window/unhandledrejection_event/index.html b/files/zh-cn/web/api/window/unhandledrejection_event/index.html index 8628a3e11f..3211aa181f 100644 --- a/files/zh-cn/web/api/window/unhandledrejection_event/index.html +++ b/files/zh-cn/web/api/window/unhandledrejection_event/index.html @@ -103,7 +103,7 @@ original_slug: Web/Events/unhandledrejection <h2 id="浏览器兼容性">浏览器兼容性</h2> -<div class="hidden">此页面上的兼容性表是根据结构化数据生成的。 如果您想提供数据,请查看https://github.com/mdn/browser-compat-data 并向我们发送请求请求。</div> + <p>{{Compat("api.Window.unhandledrejection_event")}}</p> diff --git a/files/zh-cn/web/api/windoworworkerglobalscope/queuemicrotask/index.html b/files/zh-cn/web/api/windoworworkerglobalscope/queuemicrotask/index.html index 271773fb93..3f81e04235 100644 --- a/files/zh-cn/web/api/windoworworkerglobalscope/queuemicrotask/index.html +++ b/files/zh-cn/web/api/windoworworkerglobalscope/queuemicrotask/index.html @@ -96,10 +96,6 @@ translation_of: Web/API/WindowOrWorkerGlobalScope/queueMicrotask <h2 id="浏览器兼容性">浏览器兼容性</h2> -<div class="hidden">The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.<br> -<br> -NOTE: data on this has been submitted; just waiting on it to be reviewed, merged, and for a new data release before it will show up here. See https://github.com/mdn/browser-compat-data/pull/4754 for PR.</div> - <p>{{Compat("api.WindowOrWorkerGlobalScope.queueMicrotask")}}</p> <h2 id="参见">参见</h2> diff --git a/files/zh-cn/web/api/xmlhttprequest/index.html b/files/zh-cn/web/api/xmlhttprequest/index.html index 2695292334..75ef29d111 100644 --- a/files/zh-cn/web/api/xmlhttprequest/index.html +++ b/files/zh-cn/web/api/xmlhttprequest/index.html @@ -172,7 +172,7 @@ translation_of: Web/API/XMLHttpRequest <h2 id="浏览器兼容性">浏览器兼容性</h2> -<div class="hidden">此页面中的兼容性表是由结构化数据生成的。如果您想贡献数据,请前往 https://github.com/mdn/browser-compat-data 。</div> + <div>{{Compat("api.XMLHttpRequest")}}</div> |