diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-09-14 23:03:42 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-14 23:03:42 +0900 |
commit | 192e9f4e82a2ad89ac985e715d63b70be9bf5996 (patch) | |
tree | e68ec44ac620848d20701d5807c49fc0606bd724 /files/ja/tools/page_inspector | |
parent | 4aaee0a1710f4df99bf4e07fa2ae8986b6219c62 (diff) | |
download | translated-content-192e9f4e82a2ad89ac985e715d63b70be9bf5996.tar.gz translated-content-192e9f4e82a2ad89ac985e715d63b70be9bf5996.tar.bz2 translated-content-192e9f4e82a2ad89ac985e715d63b70be9bf5996.zip |
Tools以下の文書内のリンクURLを正規化 (#2367)
- /en-US へのリンクを /ja へのリンクに修正
- /ja が付いていないものに /ja を付加
- MDN内のリンクが完全URLの場合、 /ja/docs からのURLに修正
Diffstat (limited to 'files/ja/tools/page_inspector')
-rw-r--r-- | files/ja/tools/page_inspector/3-pane_mode/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/files/ja/tools/page_inspector/3-pane_mode/index.html b/files/ja/tools/page_inspector/3-pane_mode/index.html index a7a9fd3966..a3f602c616 100644 --- a/files/ja/tools/page_inspector/3-pane_mode/index.html +++ b/files/ja/tools/page_inspector/3-pane_mode/index.html @@ -15,12 +15,12 @@ translation_of: Tools/Page_Inspector/3-pane_mode <h2 id="機能の概要">機能の概要</h2> -<p>Firefox 62以降では、<a href="/en-US/docs/Tools/Page_Inspector">ページインスペクター</a> に新しいモード (<strong>3ペインモード</strong>) が用意されています。これを有効にすると、同時に以下を見ることができます:</p> +<p>Firefox 62以降では、<a href="/ja/docs/Tools/Page_Inspector">ページインスペクター</a> に新しいモード (<strong>3ペインモード</strong>) が用意されています。これを有効にすると、同時に以下を見ることができます:</p> <ul> - <li>The <a href="/en-US/docs/Tools/Page_Inspector/How_to/Examine_and_edit_HTML">HTML pane</a> on the left hand side, as usual.</li> - <li>The <a href="/en-US/docs/Tools/Page_Inspector/How_to/Examine_and_edit_CSS#Examine_CSS_rules">CSS Rules</a> in the middle in their own separate pane, rather than as a tab.</li> - <li>The other CSS related features — such as <a href="/en-US/docs/Tools/Page_Inspector/How_to/Examine_and_edit_CSS#Examine_computed_CSS">Computed styles view</a>, <a href="/en-US/docs/Tools/Page_Inspector/How_to/Work_with_animations">Animations view</a>, and <a href="/en-US/docs/Tools/Page_Inspector/How_to/View_fonts">Fonts view</a> — in tabs on the right hand side, as usual.</li> + <li>The <a href="/ja/docs/Tools/Page_Inspector/How_to/Examine_and_edit_HTML">HTML pane</a> on the left hand side, as usual.</li> + <li>The <a href="/ja/docs/Tools/Page_Inspector/How_to/Examine_and_edit_CSS#Examine_CSS_rules">CSS Rules</a> in the middle in their own separate pane, rather than as a tab.</li> + <li>The other CSS related features — such as <a href="/ja/docs/Tools/Page_Inspector/How_to/Examine_and_edit_CSS#Examine_computed_CSS">Computed styles view</a>, <a href="/ja/docs/Tools/Page_Inspector/How_to/Work_with_animations">Animations view</a>, and <a href="/ja/docs/Tools/Page_Inspector/How_to/View_fonts">Fonts view</a> — in tabs on the right hand side, as usual.</li> </ul> <p><img alt="The firefox page inspector in 3 pane mode, with HTML pane on left, CSS rules pane in center, and CSS tool tabs on right" src="https://mdn.mozillademos.org/files/15935/3-pane-view-final.png" style="border-style: solid; border-width: 1px; display: block; height: 259px; margin: 0px auto; width: 1195px;"></p> |