aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/api/web_storage_api
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-08-02 11:42:34 -0400
committerGitHub <noreply@github.com>2021-08-02 12:42:34 -0300
commit038ca04f4d551f547894b71d337b822d66c8a2b5 (patch)
treebea3dad86f98170e2a2fffa04324586a18e75600 /files/pt-br/web/api/web_storage_api
parent6e961125c89cdc8c3f644bff485254b3b4afee67 (diff)
downloadtranslated-content-038ca04f4d551f547894b71d337b822d66c8a2b5.tar.gz
translated-content-038ca04f4d551f547894b71d337b822d66c8a2b5.tar.bz2
translated-content-038ca04f4d551f547894b71d337b822d66c8a2b5.zip
remove link 'title' attributes that's just the 'href' (pt-br, part 4) (#1844)
Diffstat (limited to 'files/pt-br/web/api/web_storage_api')
-rw-r--r--files/pt-br/web/api/web_storage_api/using_the_web_storage_api/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/pt-br/web/api/web_storage_api/using_the_web_storage_api/index.html b/files/pt-br/web/api/web_storage_api/using_the_web_storage_api/index.html
index 0dbe3011b2..90db40fd34 100644
--- a/files/pt-br/web/api/web_storage_api/using_the_web_storage_api/index.html
+++ b/files/pt-br/web/api/web_storage_api/using_the_web_storage_api/index.html
@@ -255,7 +255,7 @@ imageForm.onchange = populateStorage;</pre>
</table>
</div>
-<p>All browsers have varying capacity levels for both localStorage and sessionStorage. Here is a <a class="external" href="http://dev-test.nemikor.com/web-storage/support-test/" title="http://dev-test.nemikor.com/web-storage/support-test/">detailed rundown of all the storage capacities for various browsers</a>.</p>
+<p>All browsers have varying capacity levels for both localStorage and sessionStorage. Here is a <a class="external" href="http://dev-test.nemikor.com/web-storage/support-test/">detailed rundown of all the storage capacities for various browsers</a>.</p>
<div class="note">
<p><strong>Note: </strong>since iOS 5.1, Safari Mobile stores localStorage data in the cache folder, which is subject to occasional cleanup, at the behest of the OS, typically if space is short.</p>