diff options
author | YujiSoftware <yuji.software+github@gmail.com> | 2022-03-02 20:16:44 +0900 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2022-03-04 01:02:45 +0800 |
commit | eeddb651b6e8deb8ecabc2bc5bc28c8ead25cca5 (patch) | |
tree | e9f0632e375de0d1d223a90223524faf87ce57b0 /files/zh-tw/web/css | |
parent | c46e9da7f68bd682fc9ff1452b7fe63df1227151 (diff) | |
download | translated-content-eeddb651b6e8deb8ecabc2bc5bc28c8ead25cca5.tar.gz translated-content-eeddb651b6e8deb8ecabc2bc5bc28c8ead25cca5.tar.bz2 translated-content-eeddb651b6e8deb8ecabc2bc5bc28c8ead25cca5.zip |
Migrate to multiple Compat macro (zh-tw)
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> |