diff options
Diffstat (limited to 'files/ru/web/api/element/matches/index.html')
-rw-r--r-- | files/ru/web/api/element/matches/index.html | 69 |
1 files changed, 1 insertions, 68 deletions
diff --git a/files/ru/web/api/element/matches/index.html b/files/ru/web/api/element/matches/index.html index 77e05c25aa..c3a0bb4266 100644 --- a/files/ru/web/api/element/matches/index.html +++ b/files/ru/web/api/element/matches/index.html @@ -87,71 +87,4 @@ translation_of: Web/API/Element/matches <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<p>{{CompatibilityTable}}</p> - -<div id="compat-desktop"> -<table class="compat-table"> - <tbody> - <tr> - <th>Особенность</th> - <th>Chrome</th> - <th>Firefox (Gecko)</th> - <th>Internet Explorer</th> - <th>Opera</th> - <th>Safari (WebKit)</th> - </tr> - <tr> - <td>Поддерживается , но имеет иное название</td> - <td> - <p>{{CompatVersionUnknown}} имеет название <code>webkitMatchesSelector</code></p> - </td> - <td>{{CompatGeckoDesktop("1.9.2")}} имеет название <code>mozMatchesSelector</code> [1]</td> - <td>9.0 имеет название <code>msMatchesSelector</code></td> - <td>11.5 имеет название <code>oMatchesSelector</code>,<br> - а с 15.0 - <code>webkitMatchesSelector</code></td> - <td>5.0 известен под названием <code>webkitMatchesSelector</code></td> - </tr> - <tr> - <td>Unprefix version</td> - <td>{{CompatChrome("34")}}</td> - <td>{{CompatGeckoDesktop("34")}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>7.1</td> - </tr> - </tbody> -</table> -</div> - -<div id="compat-mobile"> -<table class="compat-table"> - <tbody> - <tr> - <th>Особенность</th> - <th>Android</th> - <th>Firefox Mobile (Gecko)</th> - <th>IE Phone</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - </tr> - <tr> - <td>Поддерживается , но имеет иное название</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatGeckoMobile("1.9.2")}} имеет название <code>mozMatchesSelector</code> [1]</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - </tr> - <tr> - <td>Unprefix version</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatGeckoMobile("34")}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>8</td> - </tr> - </tbody> -</table> -</div> - -<p> До появления Gecko 2.0 вызов с недопустимым селектором возвращал <code>false</code>, а не вызывал исключение...</p> +<p>{{Compat("api.Element.matches")}}</p> |