diff options
Diffstat (limited to 'files/ru/web/html/element/embed/index.html')
-rw-r--r-- | files/ru/web/html/element/embed/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/files/ru/web/html/element/embed/index.html b/files/ru/web/html/element/embed/index.html index 7fbe94c866..7069cf7d44 100644 --- a/files/ru/web/html/element/embed/index.html +++ b/files/ru/web/html/element/embed/index.html @@ -20,7 +20,7 @@ translation_of: Web/HTML/Element/embed <p class="hidden">The source for this interactive example is stored in a GitHub repository. If you'd like to contribute to the interactive examples project, please clone <a href="https://github.com/mdn/interactive-examples">https://github.com/mdn/interactive-examples </a> and send us a pull request.</p> -<p>{{Note("Этот раздел посвящен только элементу, который является частью стандарта HTML5, и никак не касается ранних, нестандартизированных его реализаций.")}}</p> +<p>{{Note("Этот раздел посвящён только элементу, который является частью стандарта HTML5, и никак не касается ранних, нестандартизированных его реализаций.")}}</p> <p>Имейте ввиду, что большинство современных браузеров посчитали устаревшей и удалили поддержку встраивания плагинов, так что использование <code><embed></code>, как правило, не рекомендуется, если вы хотите, чтобы ваш сайт одинаково работал у всех его пользователей.</p> @@ -31,7 +31,7 @@ translation_of: Web/HTML/Element/embed <td><a href="/en-US/docs/HTML/Content_categories#Flow_content">Flow content</a>, <a href="/en-US/docs/HTML/Content_categories#Phrasing_content">phrasing content</a>, embedded content, interactive content, palpable content.</td> </tr> <tr> - <th scope="row">Разрешенное содержимое</th> + <th scope="row">Разрешённое содержимое</th> <td>Отсутствует, это {{Glossary("empty element")}}.</td> </tr> <tr> @@ -43,7 +43,7 @@ translation_of: Web/HTML/Element/embed <td>Любой элемент, который допускает встроенный контент</td> </tr> <tr> - <th scope="row">Разрешенные роли ARIA</th> + <th scope="row">Разрешённые роли ARIA</th> <td>{{ARIARole("application")}}, {{ARIARole("document")}}, {{ARIARole("img")}}, {{ARIARole("presentation")}}</td> </tr> <tr> @@ -115,7 +115,7 @@ translation_of: Web/HTML/Element/embed <ul> <li>Другие элементы, используемые для встраивания различного рода контента: {{HTMLElement("audio")}}, {{HTMLElement("canvas")}}, {{HTMLElement("iframe")}}, {{HTMLElement("img")}}, {{MathMLElement("math")}}, {{HTMLElement("object")}}, {{SVGElement("svg")}}, and {{HTMLElement("video")}}.</li> - <li>Свойства, для позиционирования и определения размера внедренного контента в его фрейме: {{cssxref("object-position")}} and {{cssxref("object-fit")}}</li> + <li>Свойства, для позиционирования и определения размера внедрённого контента в его фрейме: {{cssxref("object-position")}} and {{cssxref("object-fit")}}</li> </ul> <p>{{ HTMLRef }}</p> |