-
Notifications
You must be signed in to change notification settings - Fork 8
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
Conversation
- `_self`: поточний контекст перегляду. (Усталене значення) | ||
- `_blank`: зазвичай нова вкладка, але користувач може налаштувати свій браузер так, що він замість цього відкриватиме такі посилання у новому вікні. | ||
- `_parent`: контекст перегляду, що є батьківським відносно поточного. Якщо такого контексту немає, це значення поводиться як `_self`. | ||
- `_top`: найвищий контекст перегляду (серед тих, що є предками відносно поточного). Якщо предків немає, це значення поводиться як `_self`. |
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.
дивлюся на оце і розумію, як працювало давно забуте мистецтво побудови лейауту сторінки на айфреймах 😁
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.
Я коли створював свій перший вебсайт, я AJAX іще не вмів, і у мене форма направляла відповідь у плаваючий фрейм! Оце технології були
<a href="" download="my_painting.png">Стягнути мій малюнок</a> | ||
</p> | ||
|
||
<canvas width="300" height="300"></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.
Потестив на МДН - не працює через CSP. Почитав помилку - схоже, це одна із тих ситуацій, коли в нас буде працювати щось, що не працює на МДН 😁
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.
А в мене у Chrome запрацювало!
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.
Стосовно коментарів
Co-authored-by: Mykola Myslovskyi <[email protected]>
Вніс зміни згідно з цим комітом mdn/content@7e90bb6#diff-8dae45e8aa4220ab9b4cd77d1c59ad7d470e590a7f0e6c297123740f937acd8d |
Original content: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/A