diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-07-27 11:39:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-28 00:39:11 +0900 |
commit | bc229b7a1817de712a408242cc9d8ac469733c4d (patch) | |
tree | 11bb1435f2e806ebd38f1e2e1014e541c26d1d8a /files/ko/web/api/file | |
parent | 4c9408f79ed6ccf2b81c4cfaf73cb34cf4d25eb4 (diff) | |
download | translated-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.html | 4 |
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> |