Skip to content

Commit

Permalink
update(HTML): web/html/element/input/password
Browse files Browse the repository at this point in the history
  • Loading branch information
undead404 committed Nov 17, 2024
1 parent b977f3b commit 4a9c191
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion files/uk/web/html/element/input/password/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ browser-compat: html.elements.input.type_password
## Додаткові атрибути

На додачу до атрибутів, що діють на всіх елементах {{HTMLElement("input")}}, незалежно від їх типу, поля паролів приймають наступні.
На додачу до [глобальних атрибутів](/uk/docs/Web/HTML/Global_attributes) та атрибутів, що працюють на всіх елементах {{HTMLElement("input")}}, незалежно від їхніх типів, поля телефонних номерів підтримують наступні атрибути.

> [!NOTE]
> Глобальний атрибут [`autocorrect`](/uk/docs/Web/HTML/Global_attributes/autocorrect) можна додати до полів паролю, проте доступне в ньому значення завжди буде `off`.
### maxlength

Expand Down

0 comments on commit 4a9c191

Please sign in to comment.