aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/webglrenderingcontext
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/webglrenderingcontext')
-rw-r--r--files/ru/web/api/webglrenderingcontext/activetexture/index.html2
-rw-r--r--files/ru/web/api/webglrenderingcontext/bindbuffer/index.html3
-rw-r--r--files/ru/web/api/webglrenderingcontext/bindtexture/index.html2
-rw-r--r--files/ru/web/api/webglrenderingcontext/canvas/index.html3
-rw-r--r--files/ru/web/api/webglrenderingcontext/clear/index.html3
-rw-r--r--files/ru/web/api/webglrenderingcontext/clearcolor/index.html3
-rw-r--r--files/ru/web/api/webglrenderingcontext/compileshader/index.html2
-rw-r--r--files/ru/web/api/webglrenderingcontext/enable/index.html3
-rw-r--r--files/ru/web/api/webglrenderingcontext/getshaderinfolog/index.html2
-rw-r--r--files/ru/web/api/webglrenderingcontext/shadersource/index.html2
-rw-r--r--files/ru/web/api/webglrenderingcontext/uniform/index.html2
11 files changed, 0 insertions, 27 deletions
diff --git a/files/ru/web/api/webglrenderingcontext/activetexture/index.html b/files/ru/web/api/webglrenderingcontext/activetexture/index.html
index b23d2c5b8d..80394f5f0a 100644
--- a/files/ru/web/api/webglrenderingcontext/activetexture/index.html
+++ b/files/ru/web/api/webglrenderingcontext/activetexture/index.html
@@ -70,8 +70,6 @@ gl.getParameter(gl.ACTIVE_TEXTURE);
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>
-<p class="hidden">Таблица совместимости на этой странице создаётся из структурированных данных. Если вы хотите внести свой вклад в данные, ознакомьтесь с https://github.com/mdn/browser-compat-data и отправить нам запрос на слияние.</p>
-
<p>{{Compat("api.WebGLRenderingContext.activeTexture")}}</p>
<h2 id="Смотрите_также">Смотрите также</h2>
diff --git a/files/ru/web/api/webglrenderingcontext/bindbuffer/index.html b/files/ru/web/api/webglrenderingcontext/bindbuffer/index.html
index 8a0b5edb57..09c38c1a85 100644
--- a/files/ru/web/api/webglrenderingcontext/bindbuffer/index.html
+++ b/files/ru/web/api/webglrenderingcontext/bindbuffer/index.html
@@ -106,9 +106,6 @@ gl.getParameter(gl.ELEMENT_ARRAY_BUFFER_BINDING);
</table>
<h2 id="Browser_compatibility">Browser compatibility</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="See_also">See also</h2>
diff --git a/files/ru/web/api/webglrenderingcontext/bindtexture/index.html b/files/ru/web/api/webglrenderingcontext/bindtexture/index.html
index 38d9a3aaa0..527dbcd2cb 100644
--- a/files/ru/web/api/webglrenderingcontext/bindtexture/index.html
+++ b/files/ru/web/api/webglrenderingcontext/bindtexture/index.html
@@ -93,8 +93,6 @@ gl.bindTexture(gl.TEXTURE_2D, texture);
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>
-<p class="hidden">Таблица совместимости на этой странице создаётся из структурированных данных. Если вы хотите внести свой вклад в данные, ознакомьтесь с https://github.com/mdn/browser-compat-data и отправить нам запрос на слияние.</p>
-
<p>{{Compat("api.WebGLRenderingContext.bindTexture")}}</p>
<h2 id="Смотрите_также">Смотрите также</h2>
diff --git a/files/ru/web/api/webglrenderingcontext/canvas/index.html b/files/ru/web/api/webglrenderingcontext/canvas/index.html
index 7b76f9885b..786d9db6ca 100644
--- a/files/ru/web/api/webglrenderingcontext/canvas/index.html
+++ b/files/ru/web/api/webglrenderingcontext/canvas/index.html
@@ -57,9 +57,6 @@ gl.canvas; // OffscreenCanvas</pre>
</table>
<h2 id="Browser_compatibility">Browser compatibility</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.canvas")}}</p>
<h2 id="See_also">See also</h2>
diff --git a/files/ru/web/api/webglrenderingcontext/clear/index.html b/files/ru/web/api/webglrenderingcontext/clear/index.html
index 3c4d1db864..12e94de761 100644
--- a/files/ru/web/api/webglrenderingcontext/clear/index.html
+++ b/files/ru/web/api/webglrenderingcontext/clear/index.html
@@ -75,9 +75,6 @@ gl.getParameter(gl.STENCIL_CLEAR_VALUE);
</table>
<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/ru/web/api/webglrenderingcontext/clearcolor/index.html b/files/ru/web/api/webglrenderingcontext/clearcolor/index.html
index 97e648eb7f..d16d5ecc05 100644
--- a/files/ru/web/api/webglrenderingcontext/clearcolor/index.html
+++ b/files/ru/web/api/webglrenderingcontext/clearcolor/index.html
@@ -65,9 +65,6 @@ translation_of: Web/API/WebGLRenderingContext/clearColor
</table>
<h2 id="Browser_compatibility">Browser compatibility</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="See_also">See also</h2>
diff --git a/files/ru/web/api/webglrenderingcontext/compileshader/index.html b/files/ru/web/api/webglrenderingcontext/compileshader/index.html
index b68ba5b4be..c794881b0d 100644
--- a/files/ru/web/api/webglrenderingcontext/compileshader/index.html
+++ b/files/ru/web/api/webglrenderingcontext/compileshader/index.html
@@ -50,8 +50,6 @@ gl.compileShader(shader);
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>
-<p class="hidden">Таблица совместимости на этой странице создаётся из структурированных данных. Если вы хотите внести свой вклад в данные, ознакомьтесь с https://github.com/mdn/browser-compat-data и отправить нам запрос на слияние.</p>
-
<p>{{Compat("api.WebGLRenderingContext.compileShader")}}</p>
<h2 id="Смотрите_также">Смотрите также</h2>
diff --git a/files/ru/web/api/webglrenderingcontext/enable/index.html b/files/ru/web/api/webglrenderingcontext/enable/index.html
index fe955d5073..3ee19af56b 100644
--- a/files/ru/web/api/webglrenderingcontext/enable/index.html
+++ b/files/ru/web/api/webglrenderingcontext/enable/index.html
@@ -126,9 +126,6 @@ translation_of: Web/API/WebGLRenderingContext/enable
</table>
<h2 id="Browser_compatibility">Browser compatibility</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.enable")}}</p>
<h2 id="See_also">See also</h2>
diff --git a/files/ru/web/api/webglrenderingcontext/getshaderinfolog/index.html b/files/ru/web/api/webglrenderingcontext/getshaderinfolog/index.html
index e34cc75d94..ad39d29c01 100644
--- a/files/ru/web/api/webglrenderingcontext/getshaderinfolog/index.html
+++ b/files/ru/web/api/webglrenderingcontext/getshaderinfolog/index.html
@@ -65,8 +65,6 @@ if (message.length &gt; 0) {
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>
-<p class="hidden">Таблица совместимости на этой странице создаётся из структурированных данных. Если вы хотите внести свой вклад в данные, ознакомьтесь с https://github.com/mdn/browser-compat-data и отправить нам запрос на слияние.</p>
-
<p>{{Compat("api.WebGLRenderingContext.getShaderInfoLog")}}</p>
<h2 id="Смотрите_также">Смотрите также</h2>
diff --git a/files/ru/web/api/webglrenderingcontext/shadersource/index.html b/files/ru/web/api/webglrenderingcontext/shadersource/index.html
index c41d33671f..cf35c5a6d5 100644
--- a/files/ru/web/api/webglrenderingcontext/shadersource/index.html
+++ b/files/ru/web/api/webglrenderingcontext/shadersource/index.html
@@ -56,8 +56,6 @@ var source = gl.getShaderSource(shader);</pre>
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>
-<p class="hidden">Таблица совместимости на этой странице создаётся из структурированных данных. Если вы хотите внести свой вклад в данные, ознакомьтесь с https://github.com/mdn/browser-compat-data и отправить нам запрос на слияние.</p>
-
<p>{{Compat("api.WebGLRenderingContext.shaderSource")}}</p>
<h2 id="Смотрите_также">Смотрите также</h2>
diff --git a/files/ru/web/api/webglrenderingcontext/uniform/index.html b/files/ru/web/api/webglrenderingcontext/uniform/index.html
index d1f8c30223..14433ccd6c 100644
--- a/files/ru/web/api/webglrenderingcontext/uniform/index.html
+++ b/files/ru/web/api/webglrenderingcontext/uniform/index.html
@@ -88,8 +88,6 @@ gl.uniform1iv(samplerCubeUniformLoc, [v]); // для samplerCube или масс
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>
-<p class="hidden">Таблица совместимости на этой странице создаётся из структурированных данных. Если вы хотите внести свой вклад в данные, ознакомьтесь с https://github.com/mdn/browser-compat-data и отправить нам запрос на слияние.</p>
-
<p>{{Compat("api.WebGLRenderingContext.uniform1f")}}</p>
<h2 id="Смотрите_также">Смотрите также</h2>