diff options
Diffstat (limited to 'files/ru/web/css/css_columns/index.html')
-rw-r--r-- | files/ru/web/css/css_columns/index.html | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/files/ru/web/css/css_columns/index.html b/files/ru/web/css/css_columns/index.html index ea227ced5d..bf9a398380 100644 --- a/files/ru/web/css/css_columns/index.html +++ b/files/ru/web/css/css_columns/index.html @@ -60,55 +60,3 @@ translation_of: Web/CSS/CSS_Columns </tr> </tbody> </table> - -<h2 id="Browser_compatibility">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 (WebKit)</th> - </tr> - <tr> - <td>Basic support</td> - <td>{{CompatVersionUnknown}} {{property_prefix('-webkit')}}</td> - <td>{{CompatGeckoDesktop(9)}}{{property_prefix('-moz')}}</td> - <td>10</td> - <td>11.1<br> - 15{{property_prefix('-webkit')}}</td> - <td>3.0 (522){{property_prefix('-webkit')}}</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 Phone</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - </tr> - <tr> - <td>Basic support</td> - <td>2.1{{property_prefix('-webkit')}}</td> - <td>{{compatGeckoMobile(22)}}{{property_prefix('-moz')}}</td> - <td>10</td> - <td>11.5<br> - 32{{property_prefix('-webkit')}}</td> - <td>3.2{{property_prefix('-webkit')}}</td> - </tr> - </tbody> -</table> -</div> |