aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/css/gradient/repeating-linear-gradient()/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/css/gradient/repeating-linear-gradient()/index.html')
-rw-r--r--files/zh-cn/web/css/gradient/repeating-linear-gradient()/index.html139
1 files changed, 1 insertions, 138 deletions
diff --git a/files/zh-cn/web/css/gradient/repeating-linear-gradient()/index.html b/files/zh-cn/web/css/gradient/repeating-linear-gradient()/index.html
index c4dd9fc55d..007a1eb361 100644
--- a/files/zh-cn/web/css/gradient/repeating-linear-gradient()/index.html
+++ b/files/zh-cn/web/css/gradient/repeating-linear-gradient()/index.html
@@ -160,144 +160,7 @@ where <code>&lt;side-or-corner&gt; = [left | right] || [top | bottom]</code>
<h2 id="浏览器兼容性">浏览器兼容性</h2>
-<div>{{CompatibilityTable}}</div>
-
-<div id="compat-desktop">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Feature</th>
- <th>Firefox (Gecko)</th>
- <th>Chrome</th>
- <th>Internet Explorer</th>
- <th>Opera</th>
- <th>Safari</th>
- </tr>
- <tr>
- <td>Basic support (on {{cssxref("background")}} and {{cssxref("background-image")}})</td>
- <td>{{CompatGeckoDesktop("1.9.2")}}{{property_prefix("-moz")}}<sup>[3]</sup><br>
- {{CompatGeckoDesktop("16")}}<sup>[5]</sup></td>
- <td>10.0 (534.16){{property_prefix("-webkit")}} <sup>[2]</sup><sup>[3]</sup></td>
- <td>10.0 <sup>[1]</sup></td>
- <td>11.10{{property_prefix("-o")}} <sup>[3]</sup></td>
- <td>5.1{{property_prefix("-webkit")}}<sup>[2]</sup><sup>[3]</sup></td>
- </tr>
- <tr>
- <td>On {{cssxref("border-radius")}}</td>
- <td>{{CompatGeckoDesktop("29")}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- </tr>
- <tr>
- <td>On any other property that accept {{cssxref("&lt;image&gt;")}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- </tr>
- <tr>
- <td><a class="external" href="http://www.webkit.org/blog/175/introducing-css-gradients/">Legacy webkit syntax</a>{{non-standard_inline}}</td>
- <td>{{CompatNo}}</td>
- <td>3{{property_prefix("-webkit")}} <sup>[2]</sup></td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}}</td>
- <td>4.0{{property_prefix("-webkit")}}<sup>[2]</sup></td>
- </tr>
- <tr>
- <td>Legacy <em>from </em>syntax (without <code>to</code>){{non-standard_inline}}</td>
- <td>{{CompatGeckoDesktop("1.9.2")}}{{property_prefix("-moz")}}<sup>[4]</sup><br>
- Removed in {{CompatGeckoDesktop("16")}}<sup>[7]</sup></td>
- <td>10.0 (534.16){{property_prefix("-webkit")}} <sup>[2]</sup></td>
- <td>10.0</td>
- <td>11.10{{property_prefix("-o")}}<sup>[4]</sup></td>
- <td>5.1{{property_prefix("-webkit")}}<sup><a href="#bc2%3E">[2]</a></sup></td>
- </tr>
- <tr>
- <td><code>to</code> syntax</td>
- <td>{{CompatGeckoDesktop("10")}}{{property_prefix("-moz")}}<sup>[4]</sup><br>
- {{CompatGeckoDesktop("16")}}</td>
- <td>26.0</td>
- <td>10.0</td>
- <td>11.60{{property_prefix("-o")}}<sup>[4]</sup><br>
- Presto 2.12 will remove the prefix.</td>
- <td>{{CompatNo}}</td>
- </tr>
- <tr>
- <td><a href="https://drafts.csswg.org/css-images-4/#color-interpolation-hint">Interpolation hints/gradient midpoints</a> (a percent without a color)</td>
- <td>{{CompatGeckoDesktop("36")}}</td>
- <td><a href="https://code.google.com/p/chromium/issues/detail?id=420527">40</a></td>
- <td>{{CompatUnknown}}</td>
- <td>27</td>
- <td>{{CompatVersionUnknown}}<sup><a href="#bc2%3E">[6]</a></sup></td>
- </tr>
- <tr>
- <td>Unitless 0 for <code>&lt;angle&gt;</code></td>
- <td>{{CompatGeckoDesktop("46")}}{{property_prefix("-webkit")}}<sup>[8]</sup><br>
- {{CompatNo}}<sup>[9]</sup></td>
- <td>{{CompatVersionUnknown}}</td>
- <td>Edge 12</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Feature</th>
- <th>Firefox (Gecko)</th>
- <th>Chrome</th>
- <th>Internet Explorer</th>
- <th>Opera (Presto)</th>
- <th>Safari</th>
- </tr>
- <tr>
- <td>Basic support</td>
- <td>{{CompatGeckoMobile("1.9.2")}}{{property_prefix("-moz")}}<sup>[3]</sup><br>
- {{CompatGeckoMobile("16")}}<sup>[5]</sup></td>
- <td>
- <p>16{{property_prefix("-webkit")}}<br>
- 26</p>
- </td>
- <td>10</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}<sup><a href="#bc2%3E">[6]</a></sup></td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<p>[1] Internet Explorer 5.5 through 9.0 supports proprietary <a class="external" href="http://msdn.microsoft.com/en-us/library/ms532997(VS.85,loband).aspx"><code>filter: progid:DXImageTransform.Microsoft.Gradient()</code> filter</a>.</p>
-
-<p>[2] WebKit since 528 supports the legacy <a class="external" href="http://developer.apple.com/safari/library/documentation/InternetWeb/Conceptual/SafariVisualEffectsProgGuide/Gradients/Gradient.html"><code>-webkit-gradient(linear,…)</code> function</a>. As of WebKit 534.16, it also supports the standard gradient syntax. Unlike in Gecko, in legacy WebKit you cannot specify both a position and angle in <code>-webkit-linear-gradient()</code>. You can achieve the same effect by offsetting the color stops.</p>
-
-<p>[3] Gecko, Opera &amp; Webkit considers {{cssxref("&lt;angle&gt;")}} to start to the right, instead of the top. I.e. it considered an angle of <code>0deg</code> as a direction indicator pointing to the right. This is different from the latest specification where an angle of <code>0deg</code> as a direction indicator points to the top. Since Firefox 42, the prefixed version of gradients can be disabled by setting <code>layout.css.prefixes.gradients</code> to <code>false</code>.</p>
-
-<p>[4] Firefox 3.6 and Opera 11.10 implemented, prefixed, an early syntax where the starting corner or side was indicated without the <code>to</code> keyword, and effectively considered as a <em>from</em> position. The <code>to</code> syntax has been added in Firefox 10 and Opera 11.60 , at first without removing the deprecated syntax and translation between the two is trivial:</p>
-
-<pre class="notranslate">-moz-repeating-linear-gradient(to top left, blue, red);</pre>
-
-<p>is the same as:</p>
-
-<pre class="notranslate">-moz-repeating-linear-gradient(bottom right, blue, red);</pre>
-
-<p>The legacy syntax, without <code>to</code>, is planned to go away when the prefix is removed.</p>
-
-<p>[5] Before Firefox 36, Gecko didn't apply gradient on the pre-multiplied color space, leading to shade of grey unexpectedly appearing when used with transparency.</p>
-
-<p>[6] {{webkitbug(1074056)}}.</p>
-
-<p>[7] In addition to the unprefixed support using the standard syntax, Gecko 44.0 {{geckoRelease("44.0")}} added support for a <code>-webkit</code> prefixed version of the function using the legacy 'from' syntax for web compatibility reasons behind the preference <code>layout.css.prefixes.webkit</code>, defaulting to <code>false</code>. Since Gecko 49.0 {{geckoRelease("49.0")}} the preference defaults to <code>true</code>.</p>
-
-<p>[8] In <code>-webkit-linear-gradient </code>function (handled below), Gecko accept unitless 0 for angles, to match webkit/blink,See {{bug("1239153")}}.</p>
-
-<p>[9] See {{bug("1363292")}}.</p>
+{{Compat("css.types.image.gradient.repeating-linear-gradient")}}
<h2 id="了解更多">了解更多</h2>