diff options
Diffstat (limited to 'files/zh-cn/web/mathml/element/maction/index.html')
-rw-r--r-- | files/zh-cn/web/mathml/element/maction/index.html | 126 |
1 files changed, 1 insertions, 125 deletions
diff --git a/files/zh-cn/web/mathml/element/maction/index.html b/files/zh-cn/web/mathml/element/maction/index.html index 3715f500ec..b31cec26c6 100644 --- a/files/zh-cn/web/mathml/element/maction/index.html +++ b/files/zh-cn/web/mathml/element/maction/index.html @@ -94,131 +94,7 @@ translation_of: Web/MathML/Element/maction <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>{{CompatNo}}</td> - <td>{{ CompatGeckoDesktop("1.0") }}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}} [2]</td> - </tr> - <tr> - <td><code>actiontype</code></td> - <td>{{CompatNo}}</td> - <td>{{CompatVersionUnknown}} [1]</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatVersionUnknown}} [4]</td> - </tr> - <tr> - <td><code>href</code></td> - <td>{{CompatNo}}</td> - <td>{{ CompatGeckoDesktop("7.0") }}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>10.0 {{webkitbug(85733)}} [3]</td> - </tr> - <tr> - <td><code>mathbackground</code></td> - <td>{{CompatNo}}</td> - <td>{{ CompatGeckoDesktop("2.0") }}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>5.1</td> - </tr> - <tr> - <td><code>mathcolor</code></td> - <td>{{CompatNo}}</td> - <td>{{ CompatGeckoDesktop("2.0") }}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>5.1</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>{{CompatNo}}</td> - <td>{{ CompatGeckoMobile("1.0") }}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - </tr> - <tr> - <td><code>actiontype</code></td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatVersionUnknown}} [1]</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - </tr> - <tr> - <td><code>href</code></td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>{{ CompatGeckoMobile("7.0") }}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - </tr> - <tr> - <td><code>mathbackground</code></td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>{{ CompatGeckoMobile("2.0") }}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - </tr> - <tr> - <td><code>mathcolor</code></td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>{{ CompatGeckoMobile("2.0") }}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - </tr> - </tbody> -</table> -</div> - -<p>[1] 只包括 <code>toggle</code> 和 <code>statusline</code>, <code>tooltip</code> 暂未实现。参考 <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=544001">bug 544001</a>.</p> - -<p>[2] 参考 <a href="https://bugs.webkit.org/show_bug.cgi?id=85734">WebKit bug 85734</a>.</p> - -<p>[3] 参考 <a href="https://bugs.webkit.org/show_bug.cgi?id=85733">WebKit bug 85733</a>.</p> - -<p>[4] 只包括<code>toggle</code>, <code>statusline</code> 和 <code>tooltip</code> 暂未实现 。参考<a href="https://bugs.webkit.org/show_bug.cgi?id=120059">WebKit bug 120059</a>.</p> +{{Compat("mathml.elements.maction")}} <h2 id="Gecko具体说明">Gecko具体说明</h2> |