diff options
Diffstat (limited to 'files/zh-cn/web/css/background-origin/index.html')
| -rw-r--r-- | files/zh-cn/web/css/background-origin/index.html | 72 |
1 files changed, 1 insertions, 71 deletions
diff --git a/files/zh-cn/web/css/background-origin/index.html b/files/zh-cn/web/css/background-origin/index.html index f9db364d8d..683f22bc9e 100644 --- a/files/zh-cn/web/css/background-origin/index.html +++ b/files/zh-cn/web/css/background-origin/index.html @@ -90,77 +90,7 @@ background-origin: inherit <h2 id="浏览器兼容性">浏览器兼容性</h2> -<div>{{CompatibilityTable}}</div> - -<div id="compat-desktop"> -<table class="compat-table"> - <tbody> - <tr> - <th>Feature</th> - <th>Chrome</th> - <th>Firefox (Gecko)</th> - <th>Internet Explorer</th> - <th>Opera</th> - <th>Safari</th> - </tr> - <tr> - <td>Basic support</td> - <td>1.0 [3]</td> - <td>{{CompatGeckoDesktop("2.0")}} [1]</td> - <td>9.0 [2]</td> - <td>10.5</td> - <td>3.0 (522) [3]</td> - </tr> - <tr> - <td><code>content-box</code></td> - <td>1.0 [3]</td> - <td>{{CompatGeckoDesktop("2.0")}} [1]</td> - <td>9.0 [2]</td> - <td>{{CompatNo}}</td> - <td>3.0 (522) [3]</td> - </tr> - </tbody> -</table> -</div> - -<div id="compat-mobile"> -<table class="compat-table"> - <tbody> - <tr> - <th>Feature</th> - <th>Android</th> - <th>Firefox Mobile (Gecko)</th> - <th>IE Phone</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - </tr> - <tr> - <td>Basic support</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - </tr> - <tr> - <td><code>content-box</code></td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - </tr> - </tbody> -</table> -</div> - -<p>[1] Gecko supported, from version 1.1 to version 1.9.2, which corresponds to Firefox 1.0 to 3.6 included, a different, and prefixed, syntax: <code>-moz-background-origin: padding | border</code>.</p> - -<p>[2] Internet Explorer up to version 7 behaves as if there was a <code>background-origin: border-box;</code> Internet Explorer 8 behaves as if it were <code>background-origin: padding-box;</code> which is the regular default value.</p> - -<p>[3] Webkit also supports the prefixed version of this proprietary, and in that case, in addition to the current keywords, the alternative synonyms: <code>padding</code>, <code>border</code>, and <code>content</code>.</p> - -<p>[4] Konqueror 3.5.4 supports<code> -khtml-background-origin</code>.</p> +{{Compat("css.properties.background-origin")}} <h2 id="相关文献">相关文献</h2> |
