diff options
author | MO <9125255+fengzilong@users.noreply.github.com> | 2021-11-07 17:18:09 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-07 10:18:09 +0100 |
commit | 44dc182a131ef7c448d53340b7b483ba8b2ee472 (patch) | |
tree | 558814f57153e9c4083ce9e0552156d3fb92d9a3 /files/zh-cn/web/api | |
parent | 419987f9ffc940bbee35592db06065f69a1e2031 (diff) | |
download | translated-content-44dc182a131ef7c448d53340b7b483ba8b2ee472.tar.gz translated-content-44dc182a131ef7c448d53340b7b483ba8b2ee472.tar.bz2 translated-content-44dc182a131ef7c448d53340b7b483ba8b2ee472.zip |
Fix wrong link for offscreencanvas spec (#2935)
* Fix wrong link for offscreencanvas spec
* Fix wrong link for offscreencanvas spec
* Use {{Specifications}} for offscreencanvas spec
Diffstat (limited to 'files/zh-cn/web/api')
-rw-r--r-- | files/zh-cn/web/api/offscreencanvas/index.html | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/files/zh-cn/web/api/offscreencanvas/index.html b/files/zh-cn/web/api/offscreencanvas/index.html index f7609dee66..da51b9bec4 100644 --- a/files/zh-cn/web/api/offscreencanvas/index.html +++ b/files/zh-cn/web/api/offscreencanvas/index.html @@ -7,6 +7,7 @@ tags: - Experimental - Interface - Reference +browser-compat: api.OffscreenCanvas translation_of: Web/API/OffscreenCanvas --- <div>{{APIRef("Canvas API")}} {{SeeCompatTable}}</div> @@ -121,20 +122,7 @@ worker.postMessage({canvas: offscreen}, [offscreen]); <h2 id="规范">规范</h2> -<table class="standard-table"> - <tbody> - <tr> - <th scope="col">规范</th> - <th scope="col">状态</th> - <th scope="col">备注</th> - </tr> - <tr> - <td>{{SpecName('HTML WHATWG', "scripting.html#the-offscreencanvas-interface", "OffscreenCanvas")}}</td> - <td>{{Spec2('HTML WHATWG')}}</td> - <td></td> - </tr> - </tbody> -</table> +{{Specifications}} <h2 id="浏览器兼容性">浏览器兼容性</h2> |