diff options
author | YujiSoftware <yuji.software@gmail.com> | 2021-05-16 22:30:00 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-16 16:30:00 +0300 |
commit | d2c717611f2ab3dc0a25deae3a78cf44aa31a4f2 (patch) | |
tree | bb953ad1f2cf6752372fac3dcae7db4634e2de6f /files/ru/web/css/align-items | |
parent | 0667721b0999fe6407c1a82888a760ea5d0e2c7d (diff) | |
download | translated-content-d2c717611f2ab3dc0a25deae3a78cf44aa31a4f2.tar.gz translated-content-d2c717611f2ab3dc0a25deae3a78cf44aa31a4f2.tar.bz2 translated-content-d2c717611f2ab3dc0a25deae3a78cf44aa31a4f2.zip |
Migrate CompatibilityTable to Compat macro (lang-ru) (#876)
* Migrate to Compat macro
* Migrate to Compat macro (multiple in page)
* Migrate to Compat macro
* Migrate to Compat macro (removed)
Diffstat (limited to 'files/ru/web/css/align-items')
-rw-r--r-- | files/ru/web/css/align-items/index.html | 54 |
1 files changed, 4 insertions, 50 deletions
diff --git a/files/ru/web/css/align-items/index.html b/files/ru/web/css/align-items/index.html index 705ea1dea0..5d01e140b8 100644 --- a/files/ru/web/css/align-items/index.html +++ b/files/ru/web/css/align-items/index.html @@ -87,59 +87,13 @@ align-items: unset; <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{CompatibilityTable}}</p> +<h3 id="Support_in_Flex_layout">Support in Flex layout</h3> -<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>21.0{{ property_prefix("-webkit") }}</td> - <td>{{ CompatGeckoDesktop("20.0") }}[1]</td> - <td>11.0 [2]</td> - <td>12.10</td> - <td>7.0{{ 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>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>4.4</td> - <td>{{CompatUnknown}}</td> - <td>{{ CompatGeckoMobile("20.0") }}[1]</td> - <td>{{CompatNo}}</td> - <td>12.10</td> - <td>7.0{{ property_prefix("-webkit") }}</td> - </tr> - </tbody> -</table> -</div> +<p>{{Compat("css.properties.align-items.flex_context")}}</p> -<p>[1] Чтобы активировать поддержку flexbox в Firefox 18 и 19, пользователь должен посетить about:config и изменить значение предпочтения<code> layout.css.flexbox.enabled</code> на <code>true</code>. Многострочный flexbox поддерживается с Firefox 28.</p> +<h3 id="Support_in_Grid_layout">Support in Grid layout</h3> -<p>[2] В Internet Explorer 10-11 (но не 12+), если в элементах flex столбца есть <code>align-items: center;</code> установите на них, и если их содержание слишком велико, они будут выходить за границы своего контейнера. Смотрите <a href="https://github.com/philipwalton/flexbugs#2-column-flex-items-set-to-align-itemscenter-overflow-their-container">Flexbug #2</a> для получения дополнительной информации..</p> +<p>{{Compat("css.properties.align-items.grid_context")}}</p> <h2 id="Смотрите_также">Смотрите также</h2> |