diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-08-02 11:26:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-02 12:26:13 -0300 |
commit | 6e961125c89cdc8c3f644bff485254b3b4afee67 (patch) | |
tree | 161cec441e519623173c5ecb7068ca6cecc18974 /files/pt-br/web/api/storage/length | |
parent | 5163b0ac5f836de388b6395fdbdc3605aa9ff422 (diff) | |
download | translated-content-6e961125c89cdc8c3f644bff485254b3b4afee67.tar.gz translated-content-6e961125c89cdc8c3f644bff485254b3b4afee67.tar.bz2 translated-content-6e961125c89cdc8c3f644bff485254b3b4afee67.zip |
remove link 'title' attributes that's just the 'href' (pt-br, part 3) (#1843)
Diffstat (limited to 'files/pt-br/web/api/storage/length')
-rw-r--r-- | files/pt-br/web/api/storage/length/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/pt-br/web/api/storage/length/index.html b/files/pt-br/web/api/storage/length/index.html index 266b6d092c..84ebc1ecd6 100644 --- a/files/pt-br/web/api/storage/length/index.html +++ b/files/pt-br/web/api/storage/length/index.html @@ -119,7 +119,7 @@ translation_of: Web/API/Storage/length </table> </div> -<p>Cada browser tem uma capacidade variada para localStorage e sessionStorage. Aqui existe um <a class="external" href="http://dev-test.nemikor.com/web-storage/support-test/" title="http://dev-test.nemikor.com/web-storage/support-test/">tabela detalhada sobre a capacidade de armazenamento de cada browser</a>.</p> +<p>Cada browser tem uma capacidade variada para localStorage e sessionStorage. Aqui existe um <a class="external" href="http://dev-test.nemikor.com/web-storage/support-test/">tabela detalhada sobre a capacidade de armazenamento de cada browser</a>.</p> <div class="note"> <p><strong>Nota: </strong>desde o iOS 5.1, o Safari Mobile armazena os dados do localStorage no folder de cache, que está sujeito a uma limpeza ocasional baseada em regras do SO, tipicamente, quando o espaço está se esgotando.</p> |