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/global_attributes #3612

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
5 changes: 3 additions & 2 deletions files/uk/web/html/global_attributes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ browser-compat: html.global_attributes
- [`anchor`](/uk/docs/Web/HTML/Global_attributes/anchor) {{non-standard_inline}}
- : Пов'язує позиційований елемент з якірним елементом. Значення атрибута – це значення [`id`](/uk/docs/Web/HTML/Global_attributes/id) елемента, до якого прив'язаний позиційований елемент. Цей елемент потім може бути позиційований [за допомогою якірного позиціювання CSS](/uk/docs/Web/CSS/CSS_anchor_positioning/Using).
- [`autocapitalize`](/uk/docs/Web/HTML/Global_attributes/autocapitalize)

- : Контролює те, чи додаються великі літери до тексту, введеного у поля вводу, а також, якщо так, то яким чином.

- [`autocorrect`](/uk/docs/Web/HTML/Global_attributes/autocorrect)
- : Контролює те, чи виправляється введений текст автоматично щодо помилок правопису.
Може застосовуватися до елементів, що містять текст, який можна редагувати, окрім елементів {{HTMLElement("input")}} з атрибутом: [`type="password"`](/uk/docs/Web/HTML/Element/input/password), [`type="email"`](/uk/docs/Web/HTML/Element/input/email), or [`type="url"`](/uk/docs/Web/HTML/Element/input/url).
- [`autofocus`](/uk/docs/Web/HTML/Global_attributes/autofocus)
- : Вказує, що елемент повинен отримати фокус при завантаженні сторінки, або щойно {{HTMLElement("dialog")}}, частиною якого є елемент, був показаний. Цей атрибут – булів, початково – хибний.
- [`class`](/uk/docs/Web/HTML/Global_attributes/class)
Expand Down
Loading