diff options
Diffstat (limited to 'files/ru/web/guide/css/block_formatting_context/index.html')
-rw-r--r-- | files/ru/web/guide/css/block_formatting_context/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/ru/web/guide/css/block_formatting_context/index.html b/files/ru/web/guide/css/block_formatting_context/index.html index a95d28bd7b..c2911bfbe0 100644 --- a/files/ru/web/guide/css/block_formatting_context/index.html +++ b/files/ru/web/guide/css/block_formatting_context/index.html @@ -10,7 +10,7 @@ translation_of: Web/Guide/CSS/Block_formatting_context --- <p>{{ CSSRef() }}</p> -<h2 id="Summary" name="Summary">Описание</h2> +<h2 id="Summary">Описание</h2> <p><strong>Блочный контекст форматирования </strong>— часть механизма отображения веб-страницы в CSS. Это та область, в которой происходит расположение блочных элементов, и в котором плавающие элементы взаимодействуют с другими элементами.</p> @@ -127,14 +127,14 @@ translation_of: Web/Guide/CSS/Block_formatting_context <p>{{EmbedLiveSample("Схлопывание_границ_margin", 120, 120)}}</p> -<h2 id="Specifications" name="Specifications">Спецификации</h2> +<h2 id="Specifications">Спецификации</h2> <ul> <li><a class="external" href="http://www.w3.org/TR/CSS21/visuren.html#q15">CSS 2.1</a></li> <li><a class="external" href="https://drafts.csswg.org/css-display/#block-formatting-context">CSS Display Level 3</a></li> </ul> -<h2 id="See_Also" name="See_Also">Статьи по теме</h2> +<h2 id="See_Also">Статьи по теме</h2> <ul> <li>{{ cssxref("float") }}, {{ cssxref("clear") }}</li> |