diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:50:25 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:50:25 +0100 |
commit | 8519a85da1acd5b7863268b6cf6f9e4fd14bcf31 (patch) | |
tree | e1913952f832b4143627130e94a6eb117da5de79 /files/pt-pt/web/api/document/dir/index.html | |
parent | 2c2df5ea01eb5cd8b9ea226b2869337e59c5fe3e (diff) | |
download | translated-content-8519a85da1acd5b7863268b6cf6f9e4fd14bcf31.tar.gz translated-content-8519a85da1acd5b7863268b6cf6f9e4fd14bcf31.tar.bz2 translated-content-8519a85da1acd5b7863268b6cf6f9e4fd14bcf31.zip |
unslug pt-pt: modify
Diffstat (limited to 'files/pt-pt/web/api/document/dir/index.html')
-rw-r--r-- | files/pt-pt/web/api/document/dir/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/pt-pt/web/api/document/dir/index.html b/files/pt-pt/web/api/document/dir/index.html index 9d82a6b4ab..a4001b4322 100644 --- a/files/pt-pt/web/api/document/dir/index.html +++ b/files/pt-pt/web/api/document/dir/index.html @@ -1,6 +1,6 @@ --- title: Document.dir -slug: Web/API/Document.dir +slug: Web/API/Document/dir tags: - API - DOM @@ -9,6 +9,7 @@ tags: - ltr - rtl translation_of: Web/API/Document/dir +original_slug: Web/API/Document.dir --- <p>{{Apiref("Document")}}{{non-standard_header}}</p> <p>A propriedade <code><strong>Document.dir</strong></code> é uma {{domxref("DOMString")}} que representa a direccionalidade do texto do documento, quer seja da esquerda para a direita (por omissão) ou da direita para a esquerda. Os valores possíveis são <code>'rtl'</code>, da direita para a esquerda e <code>'ltr'</code>, da esquerda para a direita.</p> |