From 71c618f2ea793f0462948cfd512414c9094f7370 Mon Sep 17 00:00:00 2001 From: tristantheb Date: Fri, 30 Apr 2021 16:28:38 +0200 Subject: KS: Removal of the least used macros - l10n-frozen (#611) * KS: Deletion of KS macros used less than 100 times * FIX: Remove conflicting and orphaned files from commits= --- files/pt-br/web/html/global_attributes/spellcheck/index.html | 2 -- 1 file changed, 2 deletions(-) (limited to 'files/pt-br/web/html/global_attributes') diff --git a/files/pt-br/web/html/global_attributes/spellcheck/index.html b/files/pt-br/web/html/global_attributes/spellcheck/index.html index 5372dd0c57..38675fccb9 100644 --- a/files/pt-br/web/html/global_attributes/spellcheck/index.html +++ b/files/pt-br/web/html/global_attributes/spellcheck/index.html @@ -46,8 +46,6 @@ original_slug: Web/HTML/Controlando_verificacao_ortografica_em_formularios_HTML

Neste exemplo HTML acima, os dois primeiros campos de texto terão a verificação ortográfica e o terceiro não terá.

-

{{ h1_gecko_minversion("Controlando o idioma da verificação ortográfica", "9.0") }}

-

Iniciando no Gecko 9.0 {{ geckoRelease("9.0") }}, a verificação ortográfica usa o atributo  {{ htmlattrxref("lang", "input") }} do elemento {{ HTMLElement("input") }}  para determinar o idioma padrão da verificação ortográfica. Se o {{ HTMLElement("input") }} não tiver o atributo lang setado, esse atributo é procurado em cada elemento pai superior até chegar ao elemento raiz do documento.

Fazendo assim, se o usuário tem os dicionários de Português e Inglês instalados, e um elemento editável tiver o atributo lang="en", o dicionário inglês será automaticamente usado para este elemento.

-- cgit v1.2.3-54-g00ecf