aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/web/api/screen
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-tw/web/api/screen')
-rw-r--r--files/zh-tw/web/api/screen/orientation/index.html54
1 files changed, 1 insertions, 53 deletions
diff --git a/files/zh-tw/web/api/screen/orientation/index.html b/files/zh-tw/web/api/screen/orientation/index.html
index eafa89a703..c7ebff7569 100644
--- a/files/zh-tw/web/api/screen/orientation/index.html
+++ b/files/zh-tw/web/api/screen/orientation/index.html
@@ -50,59 +50,7 @@ if (orientation.type === "landscape-primary") {
<h2 id="瀏覽器相容性">瀏覽器相容性</h2>
-<p>{{CompatibilityTable}}</p>
-
-<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>38</td>
- <td>{{CompatVersionUnknown}} {{property_prefix("moz")}}<sup>[1]</sup></td>
- <td>11{{property_prefix("ms")}}<sup>[2]</sup></td>
- <td>25</td>
- <td>{{CompatNo}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Feature</th>
- <th>Android</th>
- <th>Chrome for Android</th>
- <th>Firefox Mobile (Gecko)</th>
- <th>IE Mobile</th>
- <th>Opera Mobile</th>
- <th>Safari Mobile</th>
- </tr>
- <tr>
- <td>Basic support</td>
- <td>{{CompatNo}}</td>
- <td>39</td>
- <td>{{CompatVersionUnknown}} {{property_prefix("moz")}}<sup>[1]</sup></td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<p>[1] This API is only implemented as a prefixed method (<code>mozOrientation</code>) in B2G and Firefox for Android.</p>
-
-<p>[2] This API is implemented using a prefix (<code>msOrientation</code>) in Internet Explorer for Windows 8.1 and Windows RT 8.1. It is not supported on Windows 7.</p>
+{{Compat("api.Screen.orientation")}}
<h2 id="參見">參見</h2>