aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/htmlcanvaselement
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/htmlcanvaselement')
-rw-r--r--files/ru/web/api/htmlcanvaselement/capturestream/index.html2
-rw-r--r--files/ru/web/api/htmlcanvaselement/getcontext/index.html2
-rw-r--r--files/ru/web/api/htmlcanvaselement/height/index.html2
-rw-r--r--files/ru/web/api/htmlcanvaselement/index.html2
-rw-r--r--files/ru/web/api/htmlcanvaselement/toblob/index.html2
-rw-r--r--files/ru/web/api/htmlcanvaselement/todataurl/index.html2
-rw-r--r--files/ru/web/api/htmlcanvaselement/transfercontroltooffscreen/index.html2
-rw-r--r--files/ru/web/api/htmlcanvaselement/webglcontextlost_event/index.html2
-rw-r--r--files/ru/web/api/htmlcanvaselement/width/index.html2
9 files changed, 9 insertions, 9 deletions
diff --git a/files/ru/web/api/htmlcanvaselement/capturestream/index.html b/files/ru/web/api/htmlcanvaselement/capturestream/index.html
index 7a86ca991c..948e9e4777 100644
--- a/files/ru/web/api/htmlcanvaselement/capturestream/index.html
+++ b/files/ru/web/api/htmlcanvaselement/capturestream/index.html
@@ -50,7 +50,7 @@ pc.addStream(stream);
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>
-<p>{{Compat("api.HTMLCanvasElement.captureStream")}}</p>
+<p>{{Compat}}</p>
<h2 id="Смотрите_также">Смотрите также</h2>
diff --git a/files/ru/web/api/htmlcanvaselement/getcontext/index.html b/files/ru/web/api/htmlcanvaselement/getcontext/index.html
index f871662ed7..3e5f3b37ee 100644
--- a/files/ru/web/api/htmlcanvaselement/getcontext/index.html
+++ b/files/ru/web/api/htmlcanvaselement/getcontext/index.html
@@ -91,7 +91,7 @@ console.log(ctx); // CanvasRenderingContext2D { ... }
<h2 id="Совместимость_браузеров">Совместимость браузеров</h2>
-<p>{{Compat("api.HTMLCanvasElement.getContext")}}</p>
+<p>{{Compat}}</p>
<h2 id="Смотрите_также">Смотрите также</h2>
diff --git a/files/ru/web/api/htmlcanvaselement/height/index.html b/files/ru/web/api/htmlcanvaselement/height/index.html
index e1865aa3af..2dbe64aa0e 100644
--- a/files/ru/web/api/htmlcanvaselement/height/index.html
+++ b/files/ru/web/api/htmlcanvaselement/height/index.html
@@ -45,7 +45,7 @@ console.log(canvas.height); // 300
<h2 id="Browser_compatibility">Поддержка браузерами</h2>
-<p>{{Compat("api.HTMLCanvasElement.height")}}</p>
+<p>{{Compat}}</p>
<h2 id="See_also">Смотрите также</h2>
diff --git a/files/ru/web/api/htmlcanvaselement/index.html b/files/ru/web/api/htmlcanvaselement/index.html
index 3128a63526..c8521d80b1 100644
--- a/files/ru/web/api/htmlcanvaselement/index.html
+++ b/files/ru/web/api/htmlcanvaselement/index.html
@@ -86,7 +86,7 @@ translation_of: Web/API/HTMLCanvasElement
<h2 id="Browser_compatibility">Browser compatibility</h2>
-<p>{{Compat("api.HTMLCanvasElement")}}</p>
+<p>{{Compat}}</p>
<h2 id="See_also">See also</h2>
diff --git a/files/ru/web/api/htmlcanvaselement/toblob/index.html b/files/ru/web/api/htmlcanvaselement/toblob/index.html
index 04f49dafb0..04840d40e6 100644
--- a/files/ru/web/api/htmlcanvaselement/toblob/index.html
+++ b/files/ru/web/api/htmlcanvaselement/toblob/index.html
@@ -138,7 +138,7 @@ canvas.toBlob(blobCallback('passThisString'), 'image/vnd.microsoft.icon',
<h2 id="Поддержка_браузерами">Поддержка браузерами</h2>
-<p>{{Compat("api.HTMLCanvasElement.toBlob")}}</p>
+<p>{{Compat}}</p>
<h2 id="Полифил">Полифил</h2>
diff --git a/files/ru/web/api/htmlcanvaselement/todataurl/index.html b/files/ru/web/api/htmlcanvaselement/todataurl/index.html
index 24f5aaa4aa..8466e64a28 100644
--- a/files/ru/web/api/htmlcanvaselement/todataurl/index.html
+++ b/files/ru/web/api/htmlcanvaselement/todataurl/index.html
@@ -131,7 +131,7 @@ function removeColors() {
<h2 id="Browser_compatibility">Поддержка браузерами</h2>
-<p>{{Compat("api.HTMLCanvasElement.toDataURL")}}</p>
+<p>{{Compat}}</p>
<h2 id="See_also">Смотрите также</h2>
diff --git a/files/ru/web/api/htmlcanvaselement/transfercontroltooffscreen/index.html b/files/ru/web/api/htmlcanvaselement/transfercontroltooffscreen/index.html
index 508efa1ab4..330bb3520c 100644
--- a/files/ru/web/api/htmlcanvaselement/transfercontroltooffscreen/index.html
+++ b/files/ru/web/api/htmlcanvaselement/transfercontroltooffscreen/index.html
@@ -42,7 +42,7 @@ gl.commit();
<h2 id="Browser_compatibility">Поддержка браузерами</h2>
-<p>{{Compat("api.HTMLCanvasElement.transferControlToOffscreen")}}</p>
+<p>{{Compat}}</p>
<h2 id="See_also">Смотрите также</h2>
diff --git a/files/ru/web/api/htmlcanvaselement/webglcontextlost_event/index.html b/files/ru/web/api/htmlcanvaselement/webglcontextlost_event/index.html
index 7f605c7b6d..87d1213eb9 100644
--- a/files/ru/web/api/htmlcanvaselement/webglcontextlost_event/index.html
+++ b/files/ru/web/api/htmlcanvaselement/webglcontextlost_event/index.html
@@ -54,7 +54,7 @@ gl.getExtension('WEBGL_lose_context').loseContext();
<h2 id="Browser_compatibility">Поддержка браузерами</h2>
-<p>{{Compat("api.HTMLCanvasElement.webglcontextlost_event")}}</p>
+<p>{{Compat}}</p>
<h2 id="See_also">Смотрите также</h2>
diff --git a/files/ru/web/api/htmlcanvaselement/width/index.html b/files/ru/web/api/htmlcanvaselement/width/index.html
index 70ba714cd7..62475d75fa 100644
--- a/files/ru/web/api/htmlcanvaselement/width/index.html
+++ b/files/ru/web/api/htmlcanvaselement/width/index.html
@@ -45,7 +45,7 @@ console.log(canvas.width); // 300
<h2 id="Browser_compatibility">Поддержка браузерами</h2>
-<p>{{Compat("api.HTMLCanvasElement.width")}}</p>
+<p>{{Compat}}</p>
<h2 id="See_also">Смотрите также</h2>