From c46e9da7f68bd682fc9ff1452b7fe63df1227151 Mon Sep 17 00:00:00 2001 From: YujiSoftware Date: Wed, 2 Mar 2022 20:01:54 +0900 Subject: Migrate to Compat macro (zh-tw) --- files/zh-tw/web/html/element/canvas/index.html | 78 +------------------------- 1 file changed, 1 insertion(+), 77 deletions(-) (limited to 'files/zh-tw/web/html/element/canvas') diff --git a/files/zh-tw/web/html/element/canvas/index.html b/files/zh-tw/web/html/element/canvas/index.html index 9bcf297f8c..5618e2fc5c 100644 --- a/files/zh-tw/web/html/element/canvas/index.html +++ b/files/zh-tw/web/html/element/canvas/index.html @@ -102,83 +102,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 width and height 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")}}, if JavaScript is disabled, the <canvas> element was being rendered instead of showing the fallback content as per the specification. Now the fallback content 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