diff options
Diffstat (limited to 'files/ru/web/css/_colon_checked/index.html')
-rw-r--r-- | files/ru/web/css/_colon_checked/index.html | 50 |
1 files changed, 1 insertions, 49 deletions
diff --git a/files/ru/web/css/_colon_checked/index.html b/files/ru/web/css/_colon_checked/index.html index 5216adcaf7..8bd759a9fa 100644 --- a/files/ru/web/css/_colon_checked/index.html +++ b/files/ru/web/css/_colon_checked/index.html @@ -181,52 +181,4 @@ option:checked { <h2 id="Browser_compatibility" name="Browser_compatibility">Поддержка браузерами</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</th> - </tr> - <tr> - <td>Базовая поддержка</td> - <td>1.0</td> - <td>{{ CompatGeckoDesktop(1.0) }}</td> - <td>9.0</td> - <td>9.0</td> - <td>3.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 Mobile</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - </tr> - <tr> - <td>Базовая поддержка</td> - <td>2.1</td> - <td>{{ CompatGeckoMobile(1.0) }}</td> - <td>9.0</td> - <td>9.5</td> - <td>3.1</td> - </tr> - </tbody> -</table> -</div> - -<p> </p> +<p>{{Compat("css.selectors.checked")}}</p> |