diff options
Diffstat (limited to 'files/ru/web/html/element/footer/index.html')
-rw-r--r-- | files/ru/web/html/element/footer/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/files/ru/web/html/element/footer/index.html b/files/ru/web/html/element/footer/index.html index b27f1eeb6b..8d57357ab7 100644 --- a/files/ru/web/html/element/footer/index.html +++ b/files/ru/web/html/element/footer/index.html @@ -25,7 +25,7 @@ translation_of: Web/HTML/Element/footer <td><a href="/ru/docs/Web/Guide/HTML/Content_categories#Основной_поток">Основной поток</a>, <a href="/ru/docs/Web/Guide/HTML/Content_categories#Явный_контент">явный контент</a>.</td> </tr> <tr> - <th>Разрешенное содержимое</th> + <th>Разрешённое содержимое</th> <td><a href="/ru/docs/Web/Guide/HTML/Content_categories#Основной_поток">Контент основного потока</a>, кроме <code><footer></code> и {{HTMLElement("header")}}.</td> </tr> <tr> @@ -33,11 +33,11 @@ translation_of: Web/HTML/Element/footer <td>Ни одного; Оба тега, открывающий и закрывающий, являются обязательными.</td> </tr> <tr> - <th>Разрешенные родительские элементы</th> + <th>Разрешённые родительские элементы</th> <td>Любой элемент, который разрешает <a href="/ru/docs/Web/Guide/HTML/Content_categories#Основной_поток">Контент основного потока</a> в качестве содержимого. Обратите внимание, что элемент <code><footer></code> не должен быть потомком элемента {{HTMLElement("address")}}, {{HTMLElement("header")}} или другого элемента <code><footer></code>.</td> </tr> <tr> - <th>Разрешенные ARIA роли</th> + <th>Разрешённые ARIA роли</th> <td>{{ARIARole("group")}}, {{ARIARole("presentation")}}</td> </tr> <tr> @@ -55,7 +55,7 @@ translation_of: Web/HTML/Element/footer <ul> <li>Заключите информацию об авторе в элемент {{HTMLElement("address")}}, который может быть добавлен в элемент <code><footer></code>.</li> - <li>Элемент <code><footer></code> не относится к секционному контенту, а значит не создает новый раздел в <a href="/ru/docs/Web/Guide/HTML/Sections_and_Outlines_of_an_HTML5_document" title="Разделы и структура документа HTML5">структуре HTML-документа</a>.</li> + <li>Элемент <code><footer></code> не относится к секционному контенту, а значит не создаёт новый раздел в <a href="/ru/docs/Web/Guide/HTML/Sections_and_Outlines_of_an_HTML5_document" title="Разделы и структура документа HTML5">структуре HTML-документа</a>.</li> </ul> <h2 id="Примеры">Примеры</h2> |