aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/webglrenderingcontext
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-06-24 00:40:34 +0900
committerGitHub <noreply@github.com>2021-06-24 00:40:34 +0900
commitf68112ddfc3bf6698157ef5d7299e0a2d69c4437 (patch)
tree4f9552fbda1761bc011b80d7f46c5d1a6a8ec38f /files/ja/web/api/webglrenderingcontext
parenta9a798516cc543f64411d517a7e8443ba0c1834c (diff)
downloadtranslated-content-f68112ddfc3bf6698157ef5d7299e0a2d69c4437.tar.gz
translated-content-f68112ddfc3bf6698157ef5d7299e0a2d69c4437.tar.bz2
translated-content-f68112ddfc3bf6698157ef5d7299e0a2d69c4437.zip
web/api/w-x* の browser-compat-data に関する非表示の指示を一括削除 (#1196)
Diffstat (limited to 'files/ja/web/api/webglrenderingcontext')
-rw-r--r--files/ja/web/api/webglrenderingcontext/attachshader/index.html2
-rw-r--r--files/ja/web/api/webglrenderingcontext/bindbuffer/index.html2
-rw-r--r--files/ja/web/api/webglrenderingcontext/bufferdata/index.html2
-rw-r--r--files/ja/web/api/webglrenderingcontext/clear/index.html2
-rw-r--r--files/ja/web/api/webglrenderingcontext/clearcolor/index.html2
-rw-r--r--files/ja/web/api/webglrenderingcontext/cleardepth/index.html2
-rw-r--r--files/ja/web/api/webglrenderingcontext/clearstencil/index.html2
-rw-r--r--files/ja/web/api/webglrenderingcontext/compileshader/index.html2
-rw-r--r--files/ja/web/api/webglrenderingcontext/createbuffer/index.html2
-rw-r--r--files/ja/web/api/webglrenderingcontext/createprogram/index.html2
-rw-r--r--files/ja/web/api/webglrenderingcontext/createshader/index.html2
-rw-r--r--files/ja/web/api/webglrenderingcontext/drawarrays/index.html2
-rw-r--r--files/ja/web/api/webglrenderingcontext/getattriblocation/index.html2
-rw-r--r--files/ja/web/api/webglrenderingcontext/index.html2
-rw-r--r--files/ja/web/api/webglrenderingcontext/linkprogram/index.html2
-rw-r--r--files/ja/web/api/webglrenderingcontext/shadersource/index.html2
-rw-r--r--files/ja/web/api/webglrenderingcontext/uniformmatrix/index.html2
-rw-r--r--files/ja/web/api/webglrenderingcontext/useprogram/index.html2
-rw-r--r--files/ja/web/api/webglrenderingcontext/vertexattribpointer/index.html2
19 files changed, 0 insertions, 38 deletions
diff --git a/files/ja/web/api/webglrenderingcontext/attachshader/index.html b/files/ja/web/api/webglrenderingcontext/attachshader/index.html
index 93965d40f6..3390fd85c8 100644
--- a/files/ja/web/api/webglrenderingcontext/attachshader/index.html
+++ b/files/ja/web/api/webglrenderingcontext/attachshader/index.html
@@ -63,8 +63,6 @@ if ( !gl.getProgramParameter( program, gl.LINK_STATUS) ) {
<h2 id="ブラウザーの対応">ブラウザーの対応</h2>
-<p class="hidden">The compatibility table in 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.</p>
-
<p>{{Compat("api.WebGLRenderingContext.attachShader")}}</p>
<h2 id="関連項目">関連項目</h2>
diff --git a/files/ja/web/api/webglrenderingcontext/bindbuffer/index.html b/files/ja/web/api/webglrenderingcontext/bindbuffer/index.html
index 1dfa4e17ae..e2133d9477 100644
--- a/files/ja/web/api/webglrenderingcontext/bindbuffer/index.html
+++ b/files/ja/web/api/webglrenderingcontext/bindbuffer/index.html
@@ -109,8 +109,6 @@ gl.getParameter(gl.ELEMENT_ARRAY_BUFFER_BINDING);
<h2 id="ブラウザーの対応">ブラウザーの対応</h2>
-<p class="hidden">The compatibility table in 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.</p>
-
<p>{{Compat("api.WebGLRenderingContext.bindBuffer")}}</p>
<h2 id="関連項目">関連項目</h2>
diff --git a/files/ja/web/api/webglrenderingcontext/bufferdata/index.html b/files/ja/web/api/webglrenderingcontext/bufferdata/index.html
index cd45cbdc5c..d00b532c52 100644
--- a/files/ja/web/api/webglrenderingcontext/bufferdata/index.html
+++ b/files/ja/web/api/webglrenderingcontext/bufferdata/index.html
@@ -142,8 +142,6 @@ gl.getBufferParameter(gl.ARRAY_BUFFER, gl.BUFFER_USAGE);
<h2 id="ブラウザーの対応">ブラウザーの対応</h2>
-<p class="hidden">The compatibility table in 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.</p>
-
<p>{{Compat("api.WebGLRenderingContext.bufferData")}}</p>
<h2 id="関連項目">関連項目</h2>
diff --git a/files/ja/web/api/webglrenderingcontext/clear/index.html b/files/ja/web/api/webglrenderingcontext/clear/index.html
index 80a32fd495..63742665a0 100644
--- a/files/ja/web/api/webglrenderingcontext/clear/index.html
+++ b/files/ja/web/api/webglrenderingcontext/clear/index.html
@@ -76,8 +76,6 @@ gl.getParameter(gl.STENCIL_CLEAR_VALUE);
<h2 id="ブラウザーの対応">ブラウザーの対応</h2>
-<p class="hidden">The compatibility table in 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.</p>
-
<p>{{Compat("api.WebGLRenderingContext.clear")}}</p>
<h2 id="関連項目">関連項目</h2>
diff --git a/files/ja/web/api/webglrenderingcontext/clearcolor/index.html b/files/ja/web/api/webglrenderingcontext/clearcolor/index.html
index 50b8db0960..684e45cc5d 100644
--- a/files/ja/web/api/webglrenderingcontext/clearcolor/index.html
+++ b/files/ja/web/api/webglrenderingcontext/clearcolor/index.html
@@ -66,8 +66,6 @@ translation_of: Web/API/WebGLRenderingContext/clearColor
<h2 id="ブラウザーの対応">ブラウザーの対応</h2>
-<p class="hidden">The compatibility table in 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.</p>
-
<p>{{Compat("api.WebGLRenderingContext.clearColor")}}</p>
<h2 id="関連項目">関連項目</h2>
diff --git a/files/ja/web/api/webglrenderingcontext/cleardepth/index.html b/files/ja/web/api/webglrenderingcontext/cleardepth/index.html
index 038675c9b2..0dc37e2b19 100644
--- a/files/ja/web/api/webglrenderingcontext/cleardepth/index.html
+++ b/files/ja/web/api/webglrenderingcontext/cleardepth/index.html
@@ -59,8 +59,6 @@ translation_of: Web/API/WebGLRenderingContext/clearDepth
<h2 id="ブラウザーの対応">ブラウザーの対応</h2>
-<p class="hidden">The compatibility table in 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.</p>
-
<p>{{Compat("api.WebGLRenderingContext.clearDepth")}}</p>
<h2 id="関連項目">関連項目</h2>
diff --git a/files/ja/web/api/webglrenderingcontext/clearstencil/index.html b/files/ja/web/api/webglrenderingcontext/clearstencil/index.html
index 7efeb488d8..86f8b110dd 100644
--- a/files/ja/web/api/webglrenderingcontext/clearstencil/index.html
+++ b/files/ja/web/api/webglrenderingcontext/clearstencil/index.html
@@ -59,8 +59,6 @@ translation_of: Web/API/WebGLRenderingContext/clearStencil
<h2 id="ブラウザーの対応">ブラウザーの対応</h2>
-<p class="hidden">The compatibility table in 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.</p>
-
<p>{{Compat("api.WebGLRenderingContext.clearStencil")}}</p>
<h2 id="関連項目">関連項目</h2>
diff --git a/files/ja/web/api/webglrenderingcontext/compileshader/index.html b/files/ja/web/api/webglrenderingcontext/compileshader/index.html
index adcb119b07..42101779c0 100644
--- a/files/ja/web/api/webglrenderingcontext/compileshader/index.html
+++ b/files/ja/web/api/webglrenderingcontext/compileshader/index.html
@@ -50,8 +50,6 @@ gl.compileShader(shader);
<h2 id="ブラウザーの対応">ブラウザーの対応</h2>
-<p class="hidden">The compatibility table in 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.</p>
-
<p>{{Compat("api.WebGLRenderingContext.compileShader")}}</p>
<h2 id="関連項目">関連項目</h2>
diff --git a/files/ja/web/api/webglrenderingcontext/createbuffer/index.html b/files/ja/web/api/webglrenderingcontext/createbuffer/index.html
index 709db8e9ac..09b9f21685 100644
--- a/files/ja/web/api/webglrenderingcontext/createbuffer/index.html
+++ b/files/ja/web/api/webglrenderingcontext/createbuffer/index.html
@@ -53,8 +53,6 @@ var buffer = gl.createBuffer();
<h2 id="ブラウザーの対応">ブラウザーの対応</h2>
-<p class="hidden">The compatibility table in 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.</p>
-
<p>{{Compat("api.WebGLRenderingContext.createBuffer")}}</p>
<h2 id="関連項目">関連項目</h2>
diff --git a/files/ja/web/api/webglrenderingcontext/createprogram/index.html b/files/ja/web/api/webglrenderingcontext/createprogram/index.html
index 4a986bb515..2fa7d7def3 100644
--- a/files/ja/web/api/webglrenderingcontext/createprogram/index.html
+++ b/files/ja/web/api/webglrenderingcontext/createprogram/index.html
@@ -66,8 +66,6 @@ if ( !gl.getProgramParameter( program, gl.LINK_STATUS) ) {
<h2 id="ブラウザーの対応">ブラウザーの対応</h2>
-<p class="hidden">The compatibility table in 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.</p>
-
<p>{{Compat("api.WebGLRenderingContext.createProgram")}}</p>
<h2 id="関連項目">関連項目</h2>
diff --git a/files/ja/web/api/webglrenderingcontext/createshader/index.html b/files/ja/web/api/webglrenderingcontext/createshader/index.html
index 66ccf943ce..69fbb6a7eb 100644
--- a/files/ja/web/api/webglrenderingcontext/createshader/index.html
+++ b/files/ja/web/api/webglrenderingcontext/createshader/index.html
@@ -47,8 +47,6 @@ translation_of: Web/API/WebGLRenderingContext/createShader
<h2 id="ブラウザーの対応">ブラウザーの対応</h2>
-<p class="hidden">The compatibility table in 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.</p>
-
<p>{{Compat("api.WebGLRenderingContext.createShader")}}</p>
<h2 id="関連項目">関連項目</h2>
diff --git a/files/ja/web/api/webglrenderingcontext/drawarrays/index.html b/files/ja/web/api/webglrenderingcontext/drawarrays/index.html
index b2ddd3c562..1f551089c9 100644
--- a/files/ja/web/api/webglrenderingcontext/drawarrays/index.html
+++ b/files/ja/web/api/webglrenderingcontext/drawarrays/index.html
@@ -74,8 +74,6 @@ translation_of: Web/API/WebGLRenderingContext/drawArrays
<h2 id="ブラウザーの対応">ブラウザーの対応</h2>
-<p class="hidden">The compatibility table in 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.</p>
-
<p>{{Compat("api.WebGLRenderingContext.drawArrays")}}</p>
<h2 id="関連項目">関連項目</h2>
diff --git a/files/ja/web/api/webglrenderingcontext/getattriblocation/index.html b/files/ja/web/api/webglrenderingcontext/getattriblocation/index.html
index f11ff51400..f521fbf58a 100644
--- a/files/ja/web/api/webglrenderingcontext/getattriblocation/index.html
+++ b/files/ja/web/api/webglrenderingcontext/getattriblocation/index.html
@@ -54,8 +54,6 @@ translation_of: Web/API/WebGLRenderingContext/getAttribLocation
<h2 id="ブラウザーの対応">ブラウザーの対応</h2>
-<p class="hidden">The compatibility table in 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.</p>
-
<p>{{Compat("api.WebGLRenderingContext.getAttribLocation")}}</p>
<h2 id="関連項目">関連項目</h2>
diff --git a/files/ja/web/api/webglrenderingcontext/index.html b/files/ja/web/api/webglrenderingcontext/index.html
index 5d2665f629..773f0aea68 100644
--- a/files/ja/web/api/webglrenderingcontext/index.html
+++ b/files/ja/web/api/webglrenderingcontext/index.html
@@ -354,8 +354,6 @@ var gl = canvas.getContext('webgl');
<h2 id="ブラウザ実装状況">ブラウザ実装状況</h2>
-<p class="hidden">The compatibility table in 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.</p>
-
<p>{{Compat("api.WebGLRenderingContext")}}</p>
<h2 id="See_also">See also</h2>
diff --git a/files/ja/web/api/webglrenderingcontext/linkprogram/index.html b/files/ja/web/api/webglrenderingcontext/linkprogram/index.html
index cad53c9a90..b9d989545d 100644
--- a/files/ja/web/api/webglrenderingcontext/linkprogram/index.html
+++ b/files/ja/web/api/webglrenderingcontext/linkprogram/index.html
@@ -62,8 +62,6 @@ gl.linkProgram(program);
<h2 id="ブラウザーの対応">ブラウザーの対応</h2>
-<p class="hidden">The compatibility table in 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.</p>
-
<p>{{Compat("api.WebGLRenderingContext.linkProgram")}}</p>
<h2 id="関連項目">関連項目</h2>
diff --git a/files/ja/web/api/webglrenderingcontext/shadersource/index.html b/files/ja/web/api/webglrenderingcontext/shadersource/index.html
index 47018f4f9d..c8b3eb97b6 100644
--- a/files/ja/web/api/webglrenderingcontext/shadersource/index.html
+++ b/files/ja/web/api/webglrenderingcontext/shadersource/index.html
@@ -56,8 +56,6 @@ var source = gl.getShaderSource(shader);</pre>
<h2 id="ブラウザーの対応">ブラウザーの対応</h2>
-<p class="hidden">The compatibility table in 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.</p>
-
<p>{{Compat("api.WebGLRenderingContext.shaderSource")}}</p>
<h2 id="関連項目">関連項目</h2>
diff --git a/files/ja/web/api/webglrenderingcontext/uniformmatrix/index.html b/files/ja/web/api/webglrenderingcontext/uniformmatrix/index.html
index e75f4f634e..dea9487204 100644
--- a/files/ja/web/api/webglrenderingcontext/uniformmatrix/index.html
+++ b/files/ja/web/api/webglrenderingcontext/uniformmatrix/index.html
@@ -61,8 +61,6 @@ translation_of: Web/API/WebGLRenderingContext/uniformMatrix
<h2 id="ブラウザーの対応">ブラウザーの対応</h2>
-<p class="hidden">The compatibility table in 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.</p>
-
<p>{{Compat("api.WebGLRenderingContext.uniformMatrix2fv")}}</p>
<h2 id="関連項目">関連項目</h2>
diff --git a/files/ja/web/api/webglrenderingcontext/useprogram/index.html b/files/ja/web/api/webglrenderingcontext/useprogram/index.html
index 3d55e0ae6c..940a8cda72 100644
--- a/files/ja/web/api/webglrenderingcontext/useprogram/index.html
+++ b/files/ja/web/api/webglrenderingcontext/useprogram/index.html
@@ -59,8 +59,6 @@ gl.useProgram(program);
<h2 id="ブラウザーの対応">ブラウザーの対応</h2>
-<p class="hidden">The compatibility table in 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.</p>
-
<p>{{Compat("api.WebGLRenderingContext.useProgram")}}</p>
<h2 id="関連項目">関連項目</h2>
diff --git a/files/ja/web/api/webglrenderingcontext/vertexattribpointer/index.html b/files/ja/web/api/webglrenderingcontext/vertexattribpointer/index.html
index 33c959f28e..c5bdf737c9 100644
--- a/files/ja/web/api/webglrenderingcontext/vertexattribpointer/index.html
+++ b/files/ja/web/api/webglrenderingcontext/vertexattribpointer/index.html
@@ -235,8 +235,6 @@ gl.enableVertexAttribArray(locTexUV);
<h2 id="ブラウザーの対応">ブラウザーの対応</h2>
-<p class="hidden">The compatibility table in 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.</p>
-
<p>{{Compat("api.WebGLRenderingContext.vertexAttribPointer")}}</p>
<h2 id="関連項目">関連項目</h2>