diff options
Diffstat (limited to 'files/ru/web/css/background-repeat/index.html')
-rw-r--r-- | files/ru/web/css/background-repeat/index.html | 27 |
1 files changed, 1 insertions, 26 deletions
diff --git a/files/ru/web/css/background-repeat/index.html b/files/ru/web/css/background-repeat/index.html index 1ff402cca1..b65f797aa8 100644 --- a/files/ru/web/css/background-repeat/index.html +++ b/files/ru/web/css/background-repeat/index.html @@ -165,32 +165,7 @@ div { <h2 id="Спецификация">Спецификация</h2> -<table class="standard-table"> - <thead> - <tr> - <th scope="col">Спецификация</th> - <th scope="col">Статус</th> - <th scope="col">Комментарий</th> - </tr> - </thead> - <tbody> - <tr> - <td>{{SpecName('CSS3 Backgrounds', '#the-background-repeat', 'background-repeat')}}</td> - <td>{{Spec2('CSS3 Backgrounds')}}</td> - <td>Добавлена поддержка изображений с несколькими фонами, синтаксис с двумя значениями, обеспечивающий различное поведение повторения для горизонтального и вертикального направлений, ключевых слов <code>space</code> и <code>round</code>, а также для фона на элементе на уровне строки путём точного определения области рисования фона.</td> - </tr> - <tr> - <td>{{SpecName('CSS2.1', 'colors.html#propdef-background-repeat', 'background-repeat')}}</td> - <td>{{Spec2('CSS2.1')}}</td> - <td>Без существенных изменений</td> - </tr> - <tr> - <td>{{SpecName('CSS1', '#background-repeat', 'background-repeat')}}</td> - <td>{{Spec2('CSS1')}}</td> - <td> </td> - </tr> - </tbody> -</table> +{{Specifications}} <p>{{cssinfo}}</p> |