diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-07-27 12:04:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-28 01:04:27 +0900 |
commit | 2fc1eb1780a60adb6a5730112385ec735cd22d69 (patch) | |
tree | cc230c56a692c1a7cd63f7d351f50a902f8f9bd9 /files/ko/web/api/web_storage_api | |
parent | dcc2714189d050e2b8b7911b3778bb5229752afe (diff) | |
download | translated-content-2fc1eb1780a60adb6a5730112385ec735cd22d69.tar.gz translated-content-2fc1eb1780a60adb6a5730112385ec735cd22d69.tar.bz2 translated-content-2fc1eb1780a60adb6a5730112385ec735cd22d69.zip |
remove link 'title' attributes that's just the 'href' (ko, part 2) (#1740)
Diffstat (limited to 'files/ko/web/api/web_storage_api')
-rw-r--r-- | files/ko/web/api/web_storage_api/using_the_web_storage_api/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ko/web/api/web_storage_api/using_the_web_storage_api/index.html b/files/ko/web/api/web_storage_api/using_the_web_storage_api/index.html index 23b11df2ec..375348edf6 100644 --- a/files/ko/web/api/web_storage_api/using_the_web_storage_api/index.html +++ b/files/ko/web/api/web_storage_api/using_the_web_storage_api/index.html @@ -207,7 +207,7 @@ imageForm<span class="punctuation token">.</span>onchange <span class="operator </div> </div> -<p>All browsers have varying capacity levels for both localStorage and sessionStorage. Here is a <a class="external external-icon" 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 external-icon" href="http://dev-test.nemikor.com/web-storage/support-test/">detailed rundown of all the storage capacities for various browsers</a>.</p> <h2 id="See_also">See also</h2> |