aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/api/file
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-07-27 11:39:11 -0400
committerGitHub <noreply@github.com>2021-07-28 00:39:11 +0900
commitbc229b7a1817de712a408242cc9d8ac469733c4d (patch)
tree11bb1435f2e806ebd38f1e2e1014e541c26d1d8a /files/ko/web/api/file
parent4c9408f79ed6ccf2b81c4cfaf73cb34cf4d25eb4 (diff)
downloadtranslated-content-bc229b7a1817de712a408242cc9d8ac469733c4d.tar.gz
translated-content-bc229b7a1817de712a408242cc9d8ac469733c4d.tar.bz2
translated-content-bc229b7a1817de712a408242cc9d8ac469733c4d.zip
remove link 'title' attributes that's just the 'href' (ko) (#1739)
Diffstat (limited to 'files/ko/web/api/file')
-rw-r--r--files/ko/web/api/file/using_files_from_web_applications/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ko/web/api/file/using_files_from_web_applications/index.html b/files/ko/web/api/file/using_files_from_web_applications/index.html
index 7c4a27357d..ad85a9f6d7 100644
--- a/files/ko/web/api/file/using_files_from_web_applications/index.html
+++ b/files/ko/web/api/file/using_files_from_web_applications/index.html
@@ -480,8 +480,8 @@ window.URL.revokeObjectURL(obj_url);</pre>
<h2 id="Specification" name="Specification">Specifications</h2>
<ul>
- <li><a class="external" href="http://www.w3.org/TR/progress-events/" title="http://www.whatwg.org/specs/web-apps/current-work/multipage/number-state.html#concept-input-type-file-selected">File upload state</a> (HTML 5 working draft)</li>
- <li><a href="http://www.w3.org/TR/FileAPI/" title="http://www.w3.org/TR/FileAPI/">File API</a></li>
+ <li><a class="external" href="http://www.w3.org/TR/progress-events/">File upload state</a> (HTML 5 working draft)</li>
+ <li><a href="http://www.w3.org/TR/FileAPI/">File API</a></li>
</ul>
<h2 id="See_also">See also</h2>