diff options
| author | Peter Bengtsson <mail@peterbe.com> | 2021-08-02 22:42:50 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-03 11:42:50 +0900 |
| commit | b3400a41e5ff084784e4557bb07c0a351a34d477 (patch) | |
| tree | 777b9536d6076b57d63328a61d99d4a8a8b6a811 /files/ja/web/api/navigation_timing_api | |
| parent | c372556f6b6e736496dce8f62f8ca346496c3e93 (diff) | |
| download | translated-content-b3400a41e5ff084784e4557bb07c0a351a34d477.tar.gz translated-content-b3400a41e5ff084784e4557bb07c0a351a34d477.tar.bz2 translated-content-b3400a41e5ff084784e4557bb07c0a351a34d477.zip | |
remove link 'title' attributes that's just the 'href' (ja, part 4) (#1851)
Diffstat (limited to 'files/ja/web/api/navigation_timing_api')
| -rw-r--r-- | files/ja/web/api/navigation_timing_api/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/navigation_timing_api/index.html b/files/ja/web/api/navigation_timing_api/index.html index 04c07922b5..700acb5ef7 100644 --- a/files/ja/web/api/navigation_timing_api/index.html +++ b/files/ja/web/api/navigation_timing_api/index.html @@ -101,7 +101,7 @@ var pageLoadTime = perfData.loadEventEnd - perfData.navigationStart; <h3 id="Specification" name="Specification">仕様</h3> <ul> - <li><a class="external" href="https://w3c.github.io/navigation-timing/" title="http://www.w3.org/TR/navigation-timing/">https://w3c.github.io/navigation-timing/</a></li> + <li><a class="external" href="https://w3c.github.io/navigation-timing/">https://w3c.github.io/navigation-timing/</a></li> </ul> <h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの実装状況</h2> |
