diff options
author | debiru <main.coeurl@gmail.com> | 2022-03-17 16:32:10 +0900 |
---|---|---|
committer | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-03-20 12:21:47 +0900 |
commit | 51eaac1644f772eb52b1f7c338a76dd986da73d1 (patch) | |
tree | 001cd873ebf9f80d516041100517ca9a8c0d1d71 /files/ja/web | |
parent | 756ab8bfe0a585868e2094522f42a50f49b2c347 (diff) | |
download | translated-content-51eaac1644f772eb52b1f7c338a76dd986da73d1.tar.gz translated-content-51eaac1644f772eb52b1f7c338a76dd986da73d1.tar.bz2 translated-content-51eaac1644f772eb52b1f7c338a76dd986da73d1.zip |
リンク切れを含む無意味なセクション「モードの違い」を削除
Diffstat (limited to 'files/ja/web')
-rw-r--r-- | files/ja/web/html/quirks_mode_and_standards_mode/index.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/files/ja/web/html/quirks_mode_and_standards_mode/index.md b/files/ja/web/html/quirks_mode_and_standards_mode/index.md index 2433d84770..3caeeec98a 100644 --- a/files/ja/web/html/quirks_mode_and_standards_mode/index.md +++ b/files/ja/web/html/quirks_mode_and_standards_mode/index.md @@ -52,7 +52,3 @@ HTML5 では、 DOCTYPE の用途は完全標準準拠モードを適用させ Firefox では、コンテキストメニューで *ページの情報を表示* を選択して、*描画モード* を確認してください。([Firefox のページ情報ウィンドウ](https://support.mozilla.org/ja/kb/firefox-page-info-window)) Internet Explorer では、 *F12* を押下して、*ドキュメントモード* を確認してください。 - -<h2 id="What_are_the_differences_between_the_modes.3F" name="What_are_the_differences_between_the_modes.3F">モードの違い</h2> - -それぞれのモードの違いについては、<a href="/ja/docs/Mozilla_Quirks_Mode_Behavior" title="Mozilla_Quirks_Mode_Behavior">互換モード一覧</a> および <a href="/ja/docs/Mozilla/Gecko_Almost_Standards_Mode" title="Gecko%27s_%22Almost_Standards%22_Mode">準標準準拠モード</a> をご覧ください。 |