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/ja/web/api/offscreencanvas/index.html | |
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/ja/web/api/offscreencanvas/index.html')
-rw-r--r-- | files/ja/web/api/offscreencanvas/index.html | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/files/ja/web/api/offscreencanvas/index.html b/files/ja/web/api/offscreencanvas/index.html index b2627fded7..028ec33a22 100644 --- a/files/ja/web/api/offscreencanvas/index.html +++ b/files/ja/web/api/offscreencanvas/index.html @@ -9,6 +9,7 @@ tags: - NeedsTranslation - Reference - TopicStub +browser-compat: api.OffscreenCanvas translation_of: Web/API/OffscreenCanvas --- <div>{{APIRef("Canvas API")}} {{SeeCompatTable}}</div> @@ -120,20 +121,7 @@ worker.postMessage({canvas: offscreen}, [offscreen]); <h2 id="Specifications">Specifications</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('HTML WHATWG', "scripting.html#the-offscreencanvas-interface", "OffscreenCanvas")}}</td> - <td>{{Spec2('HTML WHATWG')}}</td> - <td> </td> - </tr> - </tbody> -</table> +{{Specifications}} <h2 id="Browser_compatibility">Browser compatibility</h2> |