aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/web/css/@media/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-tw/web/css/@media/index.html')
-rw-r--r--files/zh-tw/web/css/@media/index.html106
1 files changed, 1 insertions, 105 deletions
diff --git a/files/zh-tw/web/css/@media/index.html b/files/zh-tw/web/css/@media/index.html
index 08ca289860..9f739a1e7f 100644
--- a/files/zh-tw/web/css/@media/index.html
+++ b/files/zh-tw/web/css/@media/index.html
@@ -263,111 +263,7 @@ translation_of: Web/CSS/@media
<h2 id="Browser_compatibility" name="Browser_compatibility">Browser compatibility</h2>
-<p>{{CompatibilityTable}}</p>
-
-<div id="compat-desktop">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Feature</th>
- <th>Chrome</th>
- <th>Edge</th>
- <th>Firefox (Gecko)</th>
- <th>Internet Explorer</th>
- <th>Opera</th>
- <th>Safari</th>
- </tr>
- <tr>
- <td>Basic support (<code>all</code>, <code>print</code>, <code>screen</code>)</td>
- <td>1.0</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{ CompatGeckoDesktop(1.7) }}</td>
- <td>6.0</td>
- <td>9.2</td>
- <td>1.3</td>
- </tr>
- <tr>
- <td><code>speech</code></td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}}</td>
- <td>9.2</td>
- <td>{{CompatNo}}</td>
- </tr>
- <tr>
- <td>Media features</td>
- <td>1.0</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{ CompatGeckoDesktop(1.7) }}</td>
- <td>9.0</td>
- <td>9.2</td>
- <td>1.3</td>
- </tr>
- <tr>
- <td><code>display-mode</code> media feature</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatNo}}</td>
- <td>{{ CompatGeckoDesktop(47) }}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Feature</th>
- <th>Android</th>
- <th>Edge</th>
- <th>Firefox Mobile (Gecko)</th>
- <th>IE Mobile</th>
- <th>Opera Mobile</th>
- <th>Safari Mobile</th>
- </tr>
- <tr>
- <td>Basic support (<code>all</code>, <code>print</code>, <code>screen</code>)</td>
- <td>1.0</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{ CompatGeckoMobile(1.7) }}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>9.0</td>
- <td>3.1</td>
- </tr>
- <tr>
- <td><code>speech</code></td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}}</td>
- <td>9.0</td>
- <td>{{CompatNo}}</td>
- </tr>
- <tr>
- <td>Media features</td>
- <td>1.0</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{ CompatGeckoMobile(1.7) }}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>9.0</td>
- <td>3.1</td>
- </tr>
- <tr>
- <td><code>display-mode</code> media feature</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- </tr>
- </tbody>
-</table>
-</div>
+{{Compat("css.at-rules.media")}}
<h2 id="See_also">See also</h2>