From 09d10136633355937867a21d65db64ae3c4d5829 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Wed, 27 Oct 2021 18:02:34 +0300 Subject: Использование макроса для вставки специфицикаций - 2 (#2883) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../api/htmlcanvaselement/capturestream/index.html | 17 +------------ .../ru/web/api/htmlcanvaselement/height/index.html | 29 +--------------------- .../web/api/htmlcanvaselement/todataurl/index.html | 29 +--------------------- .../transfercontroltooffscreen/index.html | 16 +----------- .../webglcontextlost_event/index.html | 15 +---------- .../ru/web/api/htmlcanvaselement/width/index.html | 29 +--------------------- 6 files changed, 6 insertions(+), 129 deletions(-) (limited to 'files/ru/web/api/htmlcanvaselement') diff --git a/files/ru/web/api/htmlcanvaselement/capturestream/index.html b/files/ru/web/api/htmlcanvaselement/capturestream/index.html index 983a0ef2f7..7a86ca991c 100644 --- a/files/ru/web/api/htmlcanvaselement/capturestream/index.html +++ b/files/ru/web/api/htmlcanvaselement/capturestream/index.html @@ -46,22 +46,7 @@ pc.addStream(stream);

Спецификация

- - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('Media Capture DOM Elements', '#widl-HTMLCanvasElement-captureStream-CanvasCaptureMediaStream-double-frameRate', 'HTMLCanvasElement.captureStream()')}}{{Spec2('Media Capture DOM Elements')}}Initial definition
+{{Specifications}}

Совместимость с браузерами

diff --git a/files/ru/web/api/htmlcanvaselement/height/index.html b/files/ru/web/api/htmlcanvaselement/height/index.html index bb82519fed..e1865aa3af 100644 --- a/files/ru/web/api/htmlcanvaselement/height/index.html +++ b/files/ru/web/api/htmlcanvaselement/height/index.html @@ -41,34 +41,7 @@ console.log(canvas.height); // 300

Спецификации

- - - - - - - - - - - - - - - - - - - - - - - -
СпецификацияСтатусКомментарий
{{SpecName('HTML WHATWG', "scripting.html#attr-canvas-height", - "HTMLCanvasElement.height")}}{{Spec2('HTML WHATWG')}}Нет изменений с последней версии {{SpecName('HTML5 W3C')}}
{{SpecName('HTML5.1', "scripting-1.html#attr-canvas-height", - "HTMLCanvasElement.height")}}{{Spec2('HTML5.1')}}
{{SpecName('HTML5 W3C', "scripting-1.html#attr-canvas-height", - "HTMLCanvasElement.height")}}{{Spec2('HTML5 W3C')}}Версия {{SpecName('HTML WHATWG')}} содержит исходное определение. -
+{{Specifications}}

Поддержка браузерами

diff --git a/files/ru/web/api/htmlcanvaselement/todataurl/index.html b/files/ru/web/api/htmlcanvaselement/todataurl/index.html index 9773f3f746..24f5aaa4aa 100644 --- a/files/ru/web/api/htmlcanvaselement/todataurl/index.html +++ b/files/ru/web/api/htmlcanvaselement/todataurl/index.html @@ -127,34 +127,7 @@ function removeColors() {

Спецификации

- - - - - - - - - - - - - - - - - - - - - - - -
СпецификацияСтатусКоммментарий
{{SpecName('HTML WHATWG', "scripting.html#dom-canvas-todataurl", - "HTMLCanvasElement.toDataURL")}}{{Spec2('HTML WHATWG')}}Нет изменений с последней версии {{SpecName('HTML5 W3C')}}
{{SpecName('HTML5.1', "scripting-1.html#dom-canvas-todataurl", - "HTMLCanvasElement.toDataURL")}}{{Spec2('HTML5.1')}}
{{SpecName('HTML5 W3C', "scripting-1.html#dom-canvas-todataurl", - "HTMLCanvasElement.toDataURL")}}{{Spec2('HTML5 W3C')}}Версия {{SpecName('HTML WHATWG')}} содержит исходное определение. -
+{{Specifications}}

Поддержка браузерами

diff --git a/files/ru/web/api/htmlcanvaselement/transfercontroltooffscreen/index.html b/files/ru/web/api/htmlcanvaselement/transfercontroltooffscreen/index.html index 4118d5a5b6..508efa1ab4 100644 --- a/files/ru/web/api/htmlcanvaselement/transfercontroltooffscreen/index.html +++ b/files/ru/web/api/htmlcanvaselement/transfercontroltooffscreen/index.html @@ -38,21 +38,7 @@ gl.commit();

Спецификации

- - - - - - - - - - - - - -
СпецификацияСтатусКомментарий
{{SpecName('HTML WHATWG', "canvas.html#dom-canvas-transfercontroltooffscreen", - "HTMLCanvasElement.transferControlToOffscreen()")}}{{Spec2('HTML WHATWG')}}
+{{Specifications}}

Поддержка браузерами

diff --git a/files/ru/web/api/htmlcanvaselement/webglcontextlost_event/index.html b/files/ru/web/api/htmlcanvaselement/webglcontextlost_event/index.html index 452acf5d7b..7f605c7b6d 100644 --- a/files/ru/web/api/htmlcanvaselement/webglcontextlost_event/index.html +++ b/files/ru/web/api/htmlcanvaselement/webglcontextlost_event/index.html @@ -50,20 +50,7 @@ gl.getExtension('WEBGL_lose_context').loseContext();

Спецификация

- - - - - - - - - - - - - -
СпецификацияСтатусКомментарии
{{SpecName('WebGL', '#5.15.2', 'webglcontextlost')}}{{Spec2('WebGL')}}Изначальное определение.
+{{Specifications}}

Поддержка браузерами

diff --git a/files/ru/web/api/htmlcanvaselement/width/index.html b/files/ru/web/api/htmlcanvaselement/width/index.html index b8d198c15c..70ba714cd7 100644 --- a/files/ru/web/api/htmlcanvaselement/width/index.html +++ b/files/ru/web/api/htmlcanvaselement/width/index.html @@ -41,34 +41,7 @@ console.log(canvas.width); // 300

Спецификации

- - - - - - - - - - - - - - - - - - - - - - - -
СпецификацияСтатусКомментарий
{{SpecName('HTML WHATWG', "scripting.html#attr-canvas-width", - "HTMLCanvasElement.width")}}{{Spec2('HTML WHATWG')}}Нет изменений с последней версии {{SpecName('HTML5 W3C')}}
{{SpecName('HTML5.1', "scripting-1.html#attr-canvas-width", - "HTMLCanvasElement.width")}}{{Spec2('HTML5.1')}}
{{SpecName('HTML5 W3C', "scripting-1.html#attr-canvas-width", - "HTMLCanvasElement.width")}}{{Spec2('HTML5 W3C')}}Версия {{SpecName('HTML WHATWG')}}, содержащая первоначальную реализацию. -
+{{Specifications}}

Поддержка браузерами

-- cgit v1.2.3-54-g00ecf