diff options
Diffstat (limited to 'files/zh-tw/web/css')
-rw-r--r-- | files/zh-tw/web/css/css_color/index.html | 54 |
1 files changed, 9 insertions, 45 deletions
diff --git a/files/zh-tw/web/css/css_color/index.html b/files/zh-tw/web/css/css_color/index.html index bd5fb736d5..ae02d76afa 100644 --- a/files/zh-tw/web/css/css_color/index.html +++ b/files/zh-tw/web/css/css_color/index.html @@ -66,53 +66,17 @@ original_slug: Web/CSS/CSS_Colors <h2 id="Browser_compatibility" name="Browser_compatibility">Browser compatibility</h2> -<div>{{CompatibilityTable}}</div> +<h3><code>color</code> property</h3> -<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</td> - <td>{{CompatGeckoDesktop("1")}}</td> - <td>3.0</td> - <td>3.5</td> - <td>1.0</td> - </tr> - </tbody> -</table> -</div> +{{Compat("css.properties.color")}} -<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>1.0</td> - <td>{{CompatGeckoMobile("1")}}</td> - <td>6.0</td> - <td>6.0</td> - <td>1.0</td> - </tr> - </tbody> -</table> -</div> +<h3><code>print-color-adjust</code> property</h3> + +{{Compat("css.properties.print-color-adjust")}} + +<h3><code>opacity</code> property</h3> + +{{Compat("css.properties.opacity")}} <h2 id="See_also">See also</h2> |