From 95aca4b4d8fa62815d4bd412fff1a364f842814a Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Thu, 29 Apr 2021 16:16:42 -0700 Subject: remove retired locales (#699) --- .../web/html/global_attributes/tabindex/index.html | 116 --------------------- 1 file changed, 116 deletions(-) delete mode 100644 files/ca/web/html/global_attributes/tabindex/index.html (limited to 'files/ca/web/html/global_attributes/tabindex/index.html') diff --git a/files/ca/web/html/global_attributes/tabindex/index.html b/files/ca/web/html/global_attributes/tabindex/index.html deleted file mode 100644 index 13ccd52808..0000000000 --- a/files/ca/web/html/global_attributes/tabindex/index.html +++ /dev/null @@ -1,116 +0,0 @@ ---- -title: tabindex -slug: Web/HTML/Global_attributes/tabindex -tags: - - Global attributes - - HTML - - Reference -translation_of: Web/HTML/Global_attributes/tabindex ---- -

{{HTMLSidebar("Global_attributes")}}

- -

El valor màxim per tabindex no ha d'excedir de 32.767 especificació W3C secció 17.11.1. Si no s'especifica el valor per omissió és -1

- -

L'atribut global tabindex és un enter que indica si l'element pot tenir el focus d'entrada (és enfocable), si ha de participar en la navegació per teclat seqüencial, i en cas afirmatiu, en quina posició. Pot prendre diversos valors:

- - - -

Un element amb un valor 0, un valor no vàlid o cap valor tabindex ha de ser col·locat després dels elements amb un tabindex positiu en l'ordre navegació seqüencial del teclat.

- -

Podeu consultar aquest article per veure una explicació completa d'administració de l'enfocament.

- -

Especificacions

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
EspecificacióEstatComentari
{{SpecName('HTML WHATWG', "editing.html#attr-tabindex", "tabindex")}}{{Spec2('HTML WHATWG')}}Sense canvis des de l'última instantània, {{SpecName('HTML5.1')}}
{{SpecName('HTML5.1', "editing.html#attr-tabindex", "tabindex")}}{{Spec2('HTML5.1')}}Instantània de {{SpecName('HTML WHATWG')}}, sense canvis des de {{SpecName('HTML5 W3C')}}
{{SpecName('HTML5 W3C', "editing.html#attr-tabindex", "tabindex")}}{{Spec2('HTML5 W3C')}}Instantània de {{SpecName('HTML WHATWG')}}. Des de {{SpecName("HTML4.01")}}, l'atribut ara és compatible amb tots els elements (atributs globals).
{{SpecName('HTML4.01', 'interact/forms.html#adef-tabindex', 'tabindex')}}{{Spec2('HTML4.01')}}Només soportat en {{HTMLElement("a")}}, {{HTMLElement("area")}}, {{HTMLElement("button")}}, {{HTMLElement("object")}}, {{HTMLElement("select")}} i {{HTMLElement("textarea")}}.
- - - -

{{ CompatibilityTable() }}

- -
- - - - - - - - - - - - - - - - - - - -
CaracterísticaChromeFirefox (Gecko)Internet ExplorerOperaSafari
Suport bàsic{{ CompatVersionUnknown() }}{{ CompatVersionUnknown }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}
-
- -
- - - - - - - - - - - - - - - - - - - - - -
CaracterísticaAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Suport bàsic{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}
-
- -

Veure

- - -- cgit v1.2.3-54-g00ecf