From 539a8bf5fb61b9d1d1fa26244670d63556e5691e Mon Sep 17 00:00:00 2001 From: MDN Web Docs GitHub Bot <108879845+mdn-bot@users.noreply.github.com> Date: Fri, 4 Aug 2023 14:33:12 +0200 Subject: [PATCH] [ja] sync translated content (#14857) * ja: sync translated content * Update _redirects.txt * Delete index.md * Update _wikihistory.json --------- Co-authored-by: Masahiro FUJIMOTO --- files/ja/_redirects.txt | 6 +- files/ja/_wikihistory.json | 13 ----- .../index.md | 5 +- .../window/domcontentloaded_event/index.md | 56 ------------------- 4 files changed, 6 insertions(+), 74 deletions(-) rename files/ja/web/api/{file_system_access_api => file_system_api}/index.md (99%) delete mode 100644 files/ja/web/api/window/domcontentloaded_event/index.md diff --git a/files/ja/_redirects.txt b/files/ja/_redirects.txt index 915e8440552726..59ece6c5ffeea4 100644 --- a/files/ja/_redirects.txt +++ b/files/ja/_redirects.txt @@ -2764,6 +2764,7 @@ /ja/docs/Web/API/FileReader/onload /ja/docs/Web/API/FileReader/load_event /ja/docs/Web/API/FileSystemEntrySync /ja/docs/Web/API/File_and_Directory_Entries_API /ja/docs/Web/API/File_Handle_API /ja/docs/Web/API/File_and_Directory_Entries_API +/ja/docs/Web/API/File_System_Access_API /ja/docs/Web/API/File_System_API /ja/docs/Web/API/FormDataEntryValue /ja/docs/conflicting/Web/API/FormData /ja/docs/Web/API/Geolocation.clearWatch /ja/docs/Web/API/Geolocation/clearWatch /ja/docs/Web/API/Geolocation.getCurrentPosition /ja/docs/Web/API/Geolocation/getCurrentPosition @@ -3130,6 +3131,7 @@ /ja/docs/Web/API/Web_Video_Text_Tracks_Format /ja/docs/Web/API/WebVTT_API /ja/docs/Web/API/Window.dispatchEvent /ja/docs/Web/API/EventTarget/dispatchEvent /ja/docs/Web/API/Window.onafterprint /ja/docs/Web/API/Window/afterprint_event +/ja/docs/Web/API/Window/DOMContentLoaded_event /ja/docs/Web/API/Document/DOMContentLoaded_event /ja/docs/Web/API/Window/URL /ja/docs/Web/API/URL /ja/docs/Web/API/Window/animationcancel_event /ja/docs/Web/API/Element/animationcancel_event /ja/docs/Web/API/Window/animationend_event /ja/docs/Web/API/Element/animationend_event @@ -3785,7 +3787,7 @@ /ja/docs/Web/Compatibility_FAQ/Tips_Vendor_Prefix.html /ja/docs/orphaned/Web/Compatibility_FAQ/Tips_Vendor_Prefix.html /ja/docs/Web/Compatibility_FAQ/Underline_Color_Diffrence.html /ja/docs/orphaned/Web/Compatibility_FAQ/Underline_Color_Diffrence.html /ja/docs/Web/Events/Activate /ja/docs/Web/API/Element/DOMActivate_event -/ja/docs/Web/Events/DOMContentLoaded /ja/docs/Web/API/Window/DOMContentLoaded_event +/ja/docs/Web/Events/DOMContentLoaded /ja/docs/Web/API/Document/DOMContentLoaded_event /ja/docs/Web/Events/Detecting_device_orientation /ja/docs/Web/API/Device_orientation_events/Detecting_device_orientation /ja/docs/Web/Events/Orientation_and_motion_data_explained /ja/docs/Web/API/Device_orientation_events/Orientation_and_motion_data_explained /ja/docs/Web/Events/abort /ja/docs/Web/API/HTMLMediaElement/abort_event @@ -4444,7 +4446,7 @@ /ja/docs/Web/Reference /ja/docs/Web /ja/docs/Web/Reference/API /ja/docs/Web/API /ja/docs/Web/Reference/Events /ja/docs/Web/Events -/ja/docs/Web/Reference/Events/DOMContentLoaded /ja/docs/Web/API/Window/DOMContentLoaded_event +/ja/docs/Web/Reference/Events/DOMContentLoaded /ja/docs/Web/API/Document/DOMContentLoaded_event /ja/docs/Web/Reference/Events/audiostart /ja/docs/Web/API/SpeechRecognition/audiostart_event /ja/docs/Web/Reference/Events/beforeunload /ja/docs/Web/API/Window/beforeunload_event /ja/docs/Web/Reference/Events/blur /ja/docs/Web/API/Element/blur_event diff --git a/files/ja/_wikihistory.json b/files/ja/_wikihistory.json index 843fd30c2cfe80..e2a5354e723127 100644 --- a/files/ja/_wikihistory.json +++ b/files/ja/_wikihistory.json @@ -14025,19 +14025,6 @@ "Hfjapancom" ] }, - "Web/API/Window/DOMContentLoaded_event": { - "modified": "2020-10-15T21:43:18.027Z", - "contributors": [ - "mfuji09", - "wbamberg", - "forl-developer", - "silverskyvicto", - "fscholz", - "toris-birds", - "hamasaki", - "gurezo" - ] - }, "Web/API/Window/afterprint_event": { "modified": "2020-10-15T22:26:51.266Z", "contributors": ["mfuji09"] diff --git a/files/ja/web/api/file_system_access_api/index.md b/files/ja/web/api/file_system_api/index.md similarity index 99% rename from files/ja/web/api/file_system_access_api/index.md rename to files/ja/web/api/file_system_api/index.md index b684f43cbf7fab..b09174e7aca42f 100644 --- a/files/ja/web/api/file_system_access_api/index.md +++ b/files/ja/web/api/file_system_api/index.md @@ -1,8 +1,7 @@ --- title: File System Access API -slug: Web/API/File_System_Access_API -l10n: - sourceCommit: adf446b9a3bb1e5f541812f655b00417c3cb44d0 +slug: Web/API/File_System_API +original_slug: Web/API/File_System_Access_API --- {{securecontext_header}}{{DefaultAPISidebar("File System Access API")}} diff --git a/files/ja/web/api/window/domcontentloaded_event/index.md b/files/ja/web/api/window/domcontentloaded_event/index.md deleted file mode 100644 index 7a753ff6b722db..00000000000000 --- a/files/ja/web/api/window/domcontentloaded_event/index.md +++ /dev/null @@ -1,56 +0,0 @@ ---- -title: "Window: DOMContentLoaded イベント" -slug: Web/API/Window/DOMContentLoaded_event ---- - -{{APIRef}} - -**`DOMContentLoaded`** イベントは、最初の HTML 文書の読み込みと解析が完了したとき、スタイルシート、画像、サブフレームの読み込みが完了するのを待たずに発生します。 - - - - - - - - - - - - - - - - - - - - -
バブリングあり
キャンセル可 (ただしキャンセル不可の単純イベントとして定義されている)
インターフェイス{{domxref("Event")}}
イベントハンドラープロパティなし
- -このイベントの本来の対象は、読み込まれた {{domxref("Document")}} です。このイベントを `Window` からキャプチャやバブリングの過程で待ち受けすることができます。このイベントについての全般的な詳細は、 Document: {{domxref("Document/DOMContentLoaded_event", "DOMContentLoaded")}} イベントのページをご覧ください。 - -別なイベントである {{domxref("Window/load_event", "load")}} は、ページ全体が読み込まれたことを検出するためにのみ使用してください。 `load` を、 `DOMContentLoaded` がより適切である場面に使用する間違いがよくあります。 - -## 例 - -### 基本的な使用 - -```js -window.addEventListener('DOMContentLoaded', (event) => { - console.log('DOM fully loaded and parsed'); -}); -``` - -## 仕様書 - -{{Specifications}} - -## ブラウザーの互換性 - -{{Compat("api.Window.DOMContentLoaded_event")}} - -## 関連情報 - -- 関連イベント: {{domxref("Window/load_event", "load")}}, {{domxref("Document/readystatechange_event", "readystatechange")}}, {{domxref("Window/beforeunload_event", "beforeunload")}}, {{domxref("Window/unload_event", "unload")}} -- {{domxref("Document")}} を対象としたこのイベント: {{domxref("Document/DOMContentLoaded_event", "DOMContentLoaded")}}