-
Notifications
You must be signed in to change notification settings - Fork 8.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ru]: update files/ru/web/html/element/link translation #24973
base: main
Are you sure you want to change the base?
Conversation
Preview URLs Flaws (37)URL:
External URLs (3)URL:
|
@@ -2,10 +2,12 @@ | |||
title: "<link>: Элемент - ссылка на внешний ресурс" | |||
slug: Web/HTML/Element/link | |||
--- | |||
l10n: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[mdn-linter] reported by reviewdog 🐶
l10n: | |
l10n: |
@@ -2,10 +2,12 @@ | |||
title: "<link>: Элемент - ссылка на внешний ресурс" | |||
slug: Web/HTML/Element/link | |||
--- | |||
l10n: | |||
sourceCommit: f10015d1752d5668d8fe0de29f9d9807de475d58 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[mdn-linter] reported by reviewdog 🐶
sourceCommit: f10015d1752d5668d8fe0de29f9d9807de475d58 | |
sourceCommit: f10015d1752d5668d8fe0de29f9d9807de475d58 |
- [`crossorigin`](/ru/docs/Web/HTML/Attributes/crossorigin) | ||
|
||
- : Этот [перечисляемый](/ru/docs/Glossary/Enumerated) атрибут указывает, должен ли {{Glossary("CORS")}} использоваться при загрузке ресурса. [CORS-поддерживаемые изображения](/ru/docs/Web/HTML/CORS_Enabled_Image) могут быть повторно использованы в элементе {{HTMLElement("canvas")}} не _искажая_ их. | ||
Допустимы значения: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[mdn-linter] reported by reviewdog 🐶
Допустимы значения: | |
Допустимы значения: |
|
||
## Техническое резюме | ||
<table class="properties"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[mdn-linter] reported by reviewdog 🐶
<table class="properties"> | |
<table class="properties"> |
| Пропуск тегов | Так как это пустой элемент, присутствовать должен начальный тэг, конечный - отсутствует. | | ||
| Допустимые родители | Любой элемент, принимающий элементы метаданных. Если есть [itemprop](/ru/docs/Web/HTML/Global_attributes/itemprop): любой элемент, принимающий [фразовый контент](/ru/docs/Web/HTML/Content_categories#Phrasing_content). | | ||
| Допустимые ARIA-роли | Нет | | ||
| DOM-интерфейс | {{DOMxRef("HTMLLinkElement")}} | | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[mdn-linter] reported by reviewdog 🐶
This pull request has merge conflicts that must be resolved before it can be merged. |
Description