aboutsummaryrefslogtreecommitdiff
path: root/files/pt-pt/web/api/domstring
diff options
context:
space:
mode:
authorRyan Johnson <rjohnson@mozilla.com>2021-04-29 16:16:42 -0700
committerGitHub <noreply@github.com>2021-04-29 16:16:42 -0700
commit95aca4b4d8fa62815d4bd412fff1a364f842814a (patch)
tree5e57661720fe9058d5c7db637e764800b50f9060 /files/pt-pt/web/api/domstring
parentee3b1c87e3c8e72ca130943eed260ad642246581 (diff)
downloadtranslated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.gz
translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.bz2
translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.zip
remove retired locales (#699)
Diffstat (limited to 'files/pt-pt/web/api/domstring')
-rw-r--r--files/pt-pt/web/api/domstring/index.html43
1 files changed, 0 insertions, 43 deletions
diff --git a/files/pt-pt/web/api/domstring/index.html b/files/pt-pt/web/api/domstring/index.html
deleted file mode 100644
index abd4b8962e..0000000000
--- a/files/pt-pt/web/api/domstring/index.html
+++ /dev/null
@@ -1,43 +0,0 @@
----
-title: DOMString
-slug: Web/API/DOMString
-tags:
- - API
- - DOM
- - Referencia
- - String
-translation_of: Web/API/DOMString
----
-<div>{{APIRef("DOM")}}</div>
-
-<p><strong><code>DOMString</code></strong> é uma <em>string</em> codificada em UTF-16. Como a JavaScript já usa <em>strings</em> deste tipo, <code>DOMString</code> é mapeado diretamente a uma {{jsxref("String")}}.</p>
-
-<p>Passar {{jsxref("null")}} a um método ou parametro que aceita uma <code>DOMString</code> tipicamente é convertido para uma <em>string</em> com o valor <code>"null"</code>.</p>
-
-<h2 id="Especificações">Especificações</h2>
-
-<table class="standard-table">
- <thead>
- <tr>
- <th scope="col">Especificação</th>
- <th scope="col">Estado</th>
- <th scope="col">Comentário</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{SpecName('WebIDL', '#idl-DOMString', 'DOMString')}}</td>
- <td>{{Spec2('WebIDL')}}</td>
- <td></td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Ver_também">Ver também</h2>
-
-<ul>
- <li>JavaScript {{jsxref("String")}}</li>
- <li>{{domxref("USVString")}}</li>
- <li>{{domxref("CSSOMString")}}</li>
- <li><a href="/pt-PT/docs/Web/API/DOMString/Binary">Strings binários</a></li>
-</ul>