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

translation(HTML): web/html/element/a #428

Merged
merged 6 commits into from
Jul 20, 2022

Conversation

undead404
Copy link
Contributor

@undead404 undead404 self-assigned this Jul 14, 2022
@undead404 undead404 linked an issue Jul 15, 2022 that may be closed by this pull request
50 tasks
- `_self`: поточний контекст перегляду. (Усталене значення)
- `_blank`: зазвичай нова вкладка, але користувач може налаштувати свій браузер так, що він замість цього відкриватиме такі посилання у новому вікні.
- `_parent`: контекст перегляду, що є батьківським відносно поточного. Якщо такого контексту немає, це значення поводиться як `_self`.
- `_top`: найвищий контекст перегляду (серед тих, що є предками відносно поточного). Якщо предків немає, це значення поводиться як `_self`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

дивлюся на оце і розумію, як працювало давно забуте мистецтво побудови лейауту сторінки на айфреймах 😁

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Я коли створював свій перший вебсайт, я AJAX іще не вмів, і у мене форма направляла відповідь у плаваючий фрейм! Оце технології були

<a href="" download="my_painting.png">Стягнути мій малюнок</a>
</p>

<canvas width="300" height="300"></canvas>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Потестив на МДН - не працює через CSP. Почитав помилку - схоже, це одна із тих ситуацій, коли в нас буде працювати щось, що не працює на МДН 😁

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

А в мене у Chrome запрацювало!

Copy link
Member

@AdriandeCita AdriandeCita left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Стосовно коментарів

Co-authored-by: Mykola Myslovskyi <[email protected]>
@AdriandeCita
Copy link
Member

Вніс зміни згідно з цим комітом mdn/content@7e90bb6#diff-8dae45e8aa4220ab9b4cd77d1c59ad7d470e590a7f0e6c297123740f937acd8d

@AdriandeCita AdriandeCita merged commit ad23d74 into master Jul 20, 2022
@AdriandeCita AdriandeCita deleted the translation/html-element-a branch August 5, 2022 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HTML – переклад пріоритетних сторінок
2 participants