Skip to content
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

update(HTML): web/html/element/area #3633

Merged
merged 2 commits into from
Dec 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion files/uk/web/html/element/area/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ browser-compat: html.elements.area
Ці значення – числа пікселів CSS.

- `download`
- : Цей атрибут, якщо він є, позначає те, що автор має намір використовувати гіперпосилання для завантаження ресурсу.
- : Цей атрибут, якщо присутній, вказує на те, що заданий ресурс призначений для звантаження, а не відображення в браузері.
Дивіться повний опис атрибута [`download`](/uk/docs/Web/HTML/Element/a#download) на сторінці {{HTMLElement("a")}}.
- `href`
- : Ціль гіперпосилання області.
Expand Down
Loading