diff options
Diffstat (limited to 'files/ru/web/api/htmlcanvaselement')
-rw-r--r-- | files/ru/web/api/htmlcanvaselement/capturestream/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/api/htmlcanvaselement/getcontext/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/files/ru/web/api/htmlcanvaselement/capturestream/index.html b/files/ru/web/api/htmlcanvaselement/capturestream/index.html index b58792b2a3..eb2d52a985 100644 --- a/files/ru/web/api/htmlcanvaselement/capturestream/index.html +++ b/files/ru/web/api/htmlcanvaselement/capturestream/index.html @@ -119,7 +119,7 @@ pc.addStream(stream); <p>[1] In Firefox 41 and 42, this feature was disabled by default; set the preference <code>canvas.capturestream.enabled</code> to <code>true</code> to enable it.</p> -<h2 id="Смотри_так_же">Смотри так же</h2> +<h2 id="Смотрите_также">Смотрите также</h2> <ul> <li>{{domxref("CanvasCaptureMediaStream")}}, the interface it belongs to.</li> diff --git a/files/ru/web/api/htmlcanvaselement/getcontext/index.html b/files/ru/web/api/htmlcanvaselement/getcontext/index.html index 18e50dc31b..2569342750 100644 --- a/files/ru/web/api/htmlcanvaselement/getcontext/index.html +++ b/files/ru/web/api/htmlcanvaselement/getcontext/index.html @@ -261,7 +261,7 @@ console.log(ctx); // CanvasRenderingContext2D { ... } <p>[4] Gecko 25 implements this as "<code>experimental-webgl2</code>" behind the user preference <code>webgl.enable-prototype-webgl2</code>. Starting with Gecko 42, the string "webgl2" is used behind the same preference.</p> -<h2 id="Смотри_также">Смотри также</h2> +<h2 id="Смотрите_также">Смотрите также</h2> <ul> <li>The interface defining it, {{domxref("HTMLCanvasElement")}}.</li> |