aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/orphaned/web/api/renderingcontext/index.html
diff options
context:
space:
mode:
authorMDN <actions@users.noreply.github.com>2021-07-07 00:36:00 +0000
committerMDN <actions@users.noreply.github.com>2021-07-07 00:36:00 +0000
commit751e4b6115b0d8f30a147dcba95a3e21445ba4de (patch)
tree3d63e324fe754f9b9f371f50394cfd55692ab32e /files/zh-cn/orphaned/web/api/renderingcontext/index.html
parent4f70db6399a732ca7571c6c8cb952be7c9a85763 (diff)
downloadtranslated-content-751e4b6115b0d8f30a147dcba95a3e21445ba4de.tar.gz
translated-content-751e4b6115b0d8f30a147dcba95a3e21445ba4de.tar.bz2
translated-content-751e4b6115b0d8f30a147dcba95a3e21445ba4de.zip
[CRON] sync translated content
Diffstat (limited to 'files/zh-cn/orphaned/web/api/renderingcontext/index.html')
-rw-r--r--files/zh-cn/orphaned/web/api/renderingcontext/index.html30
1 files changed, 30 insertions, 0 deletions
diff --git a/files/zh-cn/orphaned/web/api/renderingcontext/index.html b/files/zh-cn/orphaned/web/api/renderingcontext/index.html
new file mode 100644
index 0000000000..9133b5fd7f
--- /dev/null
+++ b/files/zh-cn/orphaned/web/api/renderingcontext/index.html
@@ -0,0 +1,30 @@
+---
+title: RenderingContext
+slug: orphaned/Web/API/RenderingContext
+translation_of: Web/API/RenderingContext
+original_slug: Web/API/RenderingContext
+---
+<p>{{APIRef("Canvas API")}}</p>
+
+<p><code><strong>RenderingContext</strong></code> 是一个辅助类型,描述下面任何一个渲染上下文:  {{domxref("CanvasRenderingContext2D")}}, {{domxref("WebGLRenderingContext")}} 或者 {{domxref("WebGL2RenderingContext")}} (继承自 <code>WebGLRenderingContext</code>)。</p>
+
+<p>这是简化规范的辅助类型,它不是一个接口,也没有对象实现它。</p>
+
+<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('HTML WHATWG', "scripting.html#renderingcontext", "RenderingContext")}}</td>
+ <td>{{Spec2('HTML WHATWG')}}</td>
+ <td>Initial definition.</td>
+ </tr>
+ </tbody>
+</table>
+
+<p> </p>