From d2c717611f2ab3dc0a25deae3a78cf44aa31a4f2 Mon Sep 17 00:00:00 2001 From: YujiSoftware Date: Sun, 16 May 2021 22:30:00 +0900 Subject: Migrate CompatibilityTable to Compat macro (lang-ru) (#876) * Migrate to Compat macro * Migrate to Compat macro (multiple in page) * Migrate to Compat macro * Migrate to Compat macro (removed) --- files/ru/web/html/element/canvas/index.html | 78 +---------------------------- 1 file changed, 1 insertion(+), 77 deletions(-) (limited to 'files/ru/web/html/element/canvas') diff --git a/files/ru/web/html/element/canvas/index.html b/files/ru/web/html/element/canvas/index.html index 56c11adf47..c58f15f597 100644 --- a/files/ru/web/html/element/canvas/index.html +++ b/files/ru/web/html/element/canvas/index.html @@ -92,83 +92,7 @@ translation_of: Web/HTML/Element/canvas

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

-

{{CompatibilityTable}}

- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support1.0{{CompatGeckoDesktop("1.8")}}[1]
- {{CompatGeckoDesktop("6.0")}}[2]
- {{CompatGeckoDesktop("12.0")}}[3]
9.09.0[4]2.0[5]
moz-opaque{{CompatNo}}{{CompatGeckoDesktop("1.9.1")}}{{CompatNo}}{{CompatNo}}{{CompatNo}}
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
FeatureFirefox Mobile (Gecko)AndroidIE MobileOpera MobileSafari Mobile
Basic support{{CompatGeckoDesktop("1.8")}}[1]
- {{CompatGeckoDesktop("6.0")}}[2]
- {{CompatGeckoDesktop("12.0")}}[3]
{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}1.0
moz-opaque{{CompatGeckoMobile("1.9.1")}}{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatNo}}
-
- -

[1] Before Gecko 5.0 {{geckoRelease("5.0")}}, the canvas ширина и высота were signed integers instead of unsigned integers.

- -

[2] Prior to Gecko 6.0 {{geckoRelease("6.0")}}, a {{HTMLElement("canvas")}} element with a zero width or height would be rendered as if it had default dimensions.

- -

[3] Before Gecko 12.0 {{geckoRelease("12.0")}}, если JavaScript is disabled, the <canvas> element was being rendered instead of showing the fallback content as per the specification. Сейчас the fallback контент is rendered instead.

- -

[4] See the changelog for Opera 9.0.

- -

[5] Although early versions of Apple's Safari browser don't require the closing tag, the specification indicates that it is required, so you should be sure to include it for broadest compatibility. Those versions of Safari (prior to version 2.0) will render the content of the fallback in addition to the canvas itself unless you use CSS tricks to mask it. Fortunately, users of these versions of Safari are rare nowadays.

+

{{Compat("html.elements.canvas")}}

Смотрите также

-- cgit v1.2.3-54-g00ecf