diff options
Diffstat (limited to 'files/zh-cn/web/api/canvasgradient/index.html')
-rw-r--r-- | files/zh-cn/web/api/canvasgradient/index.html | 50 |
1 files changed, 1 insertions, 49 deletions
diff --git a/files/zh-cn/web/api/canvasgradient/index.html b/files/zh-cn/web/api/canvasgradient/index.html index a504dc443b..eedb3672f5 100644 --- a/files/zh-cn/web/api/canvasgradient/index.html +++ b/files/zh-cn/web/api/canvasgradient/index.html @@ -46,55 +46,7 @@ translation_of: Web/API/CanvasGradient <h2 id="浏览器兼容性">浏览器兼容性</h2> -<div>{{CompatibilityTable}}</div> - -<div id="compat-desktop"> -<table class="compat-table"> - <tbody> - <tr> - <th>功能</th> - <th>Chrome</th> - <th>Firefox (Gecko)</th> - <th>Internet Explorer</th> - <th>Opera</th> - <th>Safari</th> - </tr> - <tr> - <td>基本支持</td> - <td>4.0</td> - <td>{{CompatGeckoDesktop("3.6")}} [1]</td> - <td>9.0</td> - <td>9.0</td> - <td>3.1</td> - </tr> - </tbody> -</table> -</div> - -<div id="compat-mobile"> -<table class="compat-table"> - <tbody> - <tr> - <th>功能</th> - <th>Android</th> - <th>Firefox Mobile (Gecko)</th> - <th>IE Mobile</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - </tr> - <tr> - <td>基本支持</td> - <td>2.1</td> - <td>{{CompatGeckoMobile("3.6")}} [1]</td> - <td>{{CompatUnknown}}</td> - <td>10.0</td> - <td>3.2</td> - </tr> - </tbody> -</table> -</div> - -<p>[1] 在Gecko 5.0 {{geckoRelease("5.0")}} 以前,通过调用<code>addColorStop()</code>添加颜色断点时给定非有限的值,会错误的抛出 <code>SYNTAX_ERR</code> 而不是<code>INDEX_SIZE_ERR</code>。</p> +{{Compat("api.CanvasGradient")}} <h2 id="请参考">请参考</h2> |