diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 12:08:35 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 12:08:35 +0100 |
commit | 9368f65a6c94ddbf6bfe9f4f1f27f166b2e2129f (patch) | |
tree | 3eabcb7c51657ecbaf7acb8e9de10af73e86d96c /files/ja/orphaned/introduction_to_dom_inspector | |
parent | 6ef1fa4618e08426b874529619a66adbd3d1fcf0 (diff) | |
download | translated-content-9368f65a6c94ddbf6bfe9f4f1f27f166b2e2129f.tar.gz translated-content-9368f65a6c94ddbf6bfe9f4f1f27f166b2e2129f.tar.bz2 translated-content-9368f65a6c94ddbf6bfe9f4f1f27f166b2e2129f.zip |
unslug ja: modify
Diffstat (limited to 'files/ja/orphaned/introduction_to_dom_inspector')
-rw-r--r-- | files/ja/orphaned/introduction_to_dom_inspector/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/ja/orphaned/introduction_to_dom_inspector/index.html b/files/ja/orphaned/introduction_to_dom_inspector/index.html index 441c8ba049..e576c524d0 100644 --- a/files/ja/orphaned/introduction_to_dom_inspector/index.html +++ b/files/ja/orphaned/introduction_to_dom_inspector/index.html @@ -1,6 +1,7 @@ --- title: DOM Inspector 入門 -slug: Introduction_to_DOM_Inspector +slug: orphaned/Introduction_to_DOM_Inspector +original_slug: Introduction_to_DOM_Inspector --- <p>DOM Inspector はブラウザの <strong>Tools > Web Development</strong> メニューからアクセスできる Mozilla のアプリケーションです。これはウェブ開発者が <a href="/en/DOM" title="en/DOM">DOM</a> 全体を見たり、必要なら手動で DOM を更新したりできるようにします。</p> <div class="note"><strong>注意:</strong> Firefox 3 以降、DOM Inspector はデフォルトインストールには含まれなくなりました。替わりに、Mozilla add-ons サイトから <a class="link-https" href="https://addons.mozilla.org/en-US/firefox/addon/6622" title="https://addons.mozilla.org/en-US/firefox/addon/6622">ダウンロードしてインストールする</a> 必要があります。</div> |