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/navigation_timing_api | |
| 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/navigation_timing_api')
| -rw-r--r-- | files/ko/web/api/navigation_timing_api/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/ko/web/api/navigation_timing_api/index.html b/files/ko/web/api/navigation_timing_api/index.html index f72c2a91b9..4452f1c7b2 100644 --- a/files/ko/web/api/navigation_timing_api/index.html +++ b/files/ko/web/api/navigation_timing_api/index.html @@ -80,9 +80,9 @@ var pageLoadTime = perfData.loadEventEnd - perfData.navigationStart; <pre>var connectTime = perfData.responseEnd - perfData.requestStart;</pre> <h3 id="Browser_Compatibility" name="Browser_Compatibility">링크</h3> <ul> - <li><a class="external" href="http://webtimingdemo.appspot.com/" title="http://webtimingdemo.appspot.com/">Test Page</a></li> - <li><a class="external" href="http://w3c-test.org/webperf/specs/NavigationTiming/" title="http://w3c-test.org/webperf/specs/NavigationTiming/">http://w3c-test.org/webperf/specs/NavigationTiming/</a></li> - <li><a class="external" href="http://www.w3.org/TR/navigation-timing/" title="http://www.w3.org/TR/navigation-timing/">http://www.w3.org/TR/navigation-timing/</a></li> + <li><a class="external" href="http://webtimingdemo.appspot.com/">Test Page</a></li> + <li><a class="external" href="http://w3c-test.org/webperf/specs/NavigationTiming/">http://w3c-test.org/webperf/specs/NavigationTiming/</a></li> + <li><a class="external" href="http://www.w3.org/TR/navigation-timing/">http://www.w3.org/TR/navigation-timing/</a></li> </ul> <h3 id="Browser_Compatibility" name="Browser_Compatibility">브라우저 호환</h3> |
