diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-07-30 09:43:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-30 09:43:14 -0400 |
commit | a86451fbf1d0be1709b9593b7d56e7fd7a7dfd05 (patch) | |
tree | bc2e9b902371df4462f5319f3dbab4e471976a0c /files/ja/tools/page_inspector | |
parent | 89a4df00e12cdbec6dbe789b710f2bb1900b41a5 (diff) | |
download | translated-content-a86451fbf1d0be1709b9593b7d56e7fd7a7dfd05.tar.gz translated-content-a86451fbf1d0be1709b9593b7d56e7fd7a7dfd05.tar.bz2 translated-content-a86451fbf1d0be1709b9593b7d56e7fd7a7dfd05.zip |
remove link 'title' attributes that's just the 'href' (ja) (#1712)
Diffstat (limited to 'files/ja/tools/page_inspector')
-rw-r--r-- | files/ja/tools/page_inspector/how_to/use_the_inspector_api/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/tools/page_inspector/how_to/use_the_inspector_api/index.html b/files/ja/tools/page_inspector/how_to/use_the_inspector_api/index.html index 65d0f7cfb8..fbde10cf75 100644 --- a/files/ja/tools/page_inspector/how_to/use_the_inspector_api/index.html +++ b/files/ja/tools/page_inspector/how_to/use_the_inspector_api/index.html @@ -12,7 +12,7 @@ translation_of: Tools/Page_Inspector/How_to/Use_the_Inspector_API <h3 id="window.inspector" name="window.inspector">window.inspector</h3> -<p><a href="http://mxr.mozilla.org/mozilla-central/source/browser/devtools/inspector/inspector-panel.js" title="http://mxr.mozilla.org/mozilla-central/source/browser/devtools/inspector/inspector-panel.js">inspector-panel.js</a> で定義しています。属性と関数:</p> +<p><a href="http://mxr.mozilla.org/mozilla-central/source/browser/devtools/inspector/inspector-panel.js">inspector-panel.js</a> で定義しています。属性と関数:</p> <ul> <li>.selection - インスペクターで選択したものに関する情報: |