diff options
Diffstat (limited to 'files/zh-cn/web/api/window/innerheight/index.html')
-rw-r--r-- | files/zh-cn/web/api/window/innerheight/index.html | 52 |
1 files changed, 1 insertions, 51 deletions
diff --git a/files/zh-cn/web/api/window/innerheight/index.html b/files/zh-cn/web/api/window/innerheight/index.html index d177fd0cd7..19531d83d5 100644 --- a/files/zh-cn/web/api/window/innerheight/index.html +++ b/files/zh-cn/web/api/window/innerheight/index.html @@ -57,57 +57,7 @@ var intOuterFramesetHeight = top.innerHeight; <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</td> - <td>{{CompatGeckoDesktop(1.0)}}</td> - <td>9</td> - <td>9</td> - <td>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 Mobile</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - </tr> - <tr> - <td>Basic support</td> - <td>1</td> - <td>{{CompatGeckoMobile(1.0)}}</td> - <td>9</td> - <td>9</td> - <td>3</td> - </tr> - </tbody> -</table> -</div> - -<h3 id="Gecko_note" name="Gecko_note">Gecko 备注</h3> - -<p>从 Firefox 4 到 Firefox 24,该属性有 bug,而且某种情况下,会在页面加载前给出一个错误的值,查看 {{bug(641188)}}。</p> +{{Compat("api.Window.innerHeight")}} <h2 id="Standards_information" name="Standards_information">标准相关信息</h2> |