1.6.0 • Published 4 months ago
@utrecht/textbox-css v1.6.0
Text box
Metadata van veelgebruikte formuliervelden
Data type | autocomplete | spellcheck | translate | value component | input direction |
---|---|---|---|---|---|
Naam | name | false | no | bdi | auto |
Voornaam (1 of meerdere) | given-name | false | no | bdi | leeg of auto |
Voorvoegsel | false | no | bdi | auto | |
Achternaam | family-name | false | no | bdi | auto |
Adresregel 1 | address-line1 | no | - | - | |
Adresregel 2 | address-line2 | no | - | - | |
Adresregel 3 | address-line3 | no | - | - | |
Postcode | postal-code | false | no | - | - |
Straatnaam | no | - | - | ||
Huisnummer | no | - | - | ||
Huisletter | no | - | - | ||
Huisnummer toevoeging | false | no | - | - | |
Woonplaats | - | - | |||
Burgerservicenummer | false | no | - | - | |
E-mailadres | email | false | no | URLData | ltr |
Website | url | false | no | URLData | ltr |
Bestandsnaam | no | URLData | - | ||
Wachtwoord | password / new-password / current-password | false | no | URLData | - |
Geboortedatum | bday | - | |||
Telefoonnummer (Europa en internationaal) | tel | false | ltr | ||
Mobiel telefoonnummer (Europa en internationaal) | mobile tel | false | ltr | ||
Telefoonnummer thuis (Europa en internationaal) | home tel | false | ltr | ||
Telefoonnummer werk (Europa en internationaal) | work tel | false | ltr | ||
Faxnummer (Europa en internationaal) | fax tel | false | ltr | ||
Telefoonnummer binnen Nederland | tel-national | false | ltr | ||
Mobiel telefoonnummer binnen Nederland | mobile tel-national | false | ltr | ||
Telefoonnummer thuis binnen Nederland | home tel-national | false | ltr | ||
Telefoonnummer werk binnen Nederland | work tel-national | false | ltr | ||
Faxnummer binnen Nederland | fax tel-national | false | ltr | ||
Kenteken | false | - |
Let op:
- Straatnaam moet niet
autocomplete="street-address"
gebruiken,street-address
is voor een textarea.
Terminologie
- textbox:
role="textbox"
in WAI-ARIA, Text box lemma op Wikipedia. HTML noemt het "text control" en text edit control". MDN noemt het "text field" en "text input". - invalid: ...
- disabled: ...
- read-only: ...
Class names
.utrecht-textbox
.utrecht-textbox--invalid
.utrecht-textbox--disabled
.utrecht-textbox--read-only
Design Tokens
- Textbox:
--utrecht-textbox-border-bottom-width
--utrecht-textbox-border-color
--utrecht-textbox-border-radius
--utrecht-textbox-border-width
--utrecht-textbox-color
--utrecht-textbox-font-family
--utrecht-textbox-font-size
--utrecht-textbox-max-inline-size
--utrecht-textbox-padding-block-end
--utrecht-textbox-padding-block-start
--utrecht-textbox-padding-inline-end
--utrecht-textbox-padding-inline-start
- Modifier:
disabled
--utrecht-textbox-disabled-border-color
--utrecht-textbox-disabled-color
- Modifier:
invalid
--utrecht-textbox-invalid-border-color
--utrecht-textbox-invalid-border-width
- Modifier:
read-only
:--utrecht-textbox-read-only-border-color
--utrecht-textbox-read-only-color
Privacy
Gebruik spellcheck="false"
voor velden die gevoelige informatie kunnen bevatten, zoals wachtwoorden en persoonsgegevens. Sommige browser extensions voor spellingcontrole sturen deze informatie naar externe servers.