diff options
Diffstat (limited to 'files/pt-br/web/api/htmlelement/lang/index.html')
-rw-r--r-- | files/pt-br/web/api/htmlelement/lang/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/pt-br/web/api/htmlelement/lang/index.html b/files/pt-br/web/api/htmlelement/lang/index.html index 6f877f1e33..0986635a57 100644 --- a/files/pt-br/web/api/htmlelement/lang/index.html +++ b/files/pt-br/web/api/htmlelement/lang/index.html @@ -7,7 +7,7 @@ translation_of: Web/API/HTMLElement/lang <p>The <code><strong>HTMLElement.lang</strong></code> property gets or sets the base language of an element's attribute values and text content.</p> -<p>The language code returned by this property is defined in <a class="external" href="http://tools.ietf.org/html/rfc1766" title="http://tools.ietf.org/html/rfc1766">RFC 1766</a>. Common examples include "en" for English, "ja" for Japanese, "es" for Spanish and so on. The default value of this attribute is <code>unknown</code>. Note that this attribute, though valid at the individual element level described here, is most often specified for the root element of the document.</p> +<p>The language code returned by this property is defined in <a class="external" href="http://tools.ietf.org/html/rfc1766">RFC 1766</a>. Common examples include "en" for English, "ja" for Japanese, "es" for Spanish and so on. The default value of this attribute is <code>unknown</code>. Note that this attribute, though valid at the individual element level described here, is most often specified for the root element of the document.</p> <p>This also only works with the <code>lang</code> attribute and not with <code>xml:lang</code>.</p> |