diff options
Diffstat (limited to 'files/ru/web/css/font-size/index.html')
-rw-r--r-- | files/ru/web/css/font-size/index.html | 72 |
1 files changed, 1 insertions, 71 deletions
diff --git a/files/ru/web/css/font-size/index.html b/files/ru/web/css/font-size/index.html index 6e5ded13a3..8605e28f61 100644 --- a/files/ru/web/css/font-size/index.html +++ b/files/ru/web/css/font-size/index.html @@ -227,74 +227,4 @@ span { font-size: 16px; } <h2 id="Browser_compatibility" name="Browser_compatibility">Совместимость браузеров</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>1.0</td> - <td>{{CompatGeckoDesktop("1")}}</td> - <td>5.5</td> - <td>7.0</td> - <td>1.0</td> - </tr> - <tr> - <td>Rem values</td> - <td>31.0</td> - <td>31.0</td> - <td>9<sup>[1]</sup><br> - 11</td> - <td>28.0</td> - <td>7.0</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>1.0</td> - <td>1.0</td> - <td>{{CompatGeckoMobile("1")}}</td> - <td>6.0</td> - <td>6.0</td> - <td> - <p>1.0</p> - </td> - </tr> - <tr> - <td>Rem values</td> - <td>4.1</td> - <td>42</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - </tr> - </tbody> -</table> -</div> - -<p>[1] Internet Explorer 9 and 10 only had partial support for this feature.</p> +<p>{{Compat("css.properties.font-size")}}</p> |